mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
* GSWeb.framework/GSWeb.h (GSWImageInfo): Foward declare.
* GSWeb.framework/GSWHTMLDynamicElement.h/m (-/+[_frameworkNameForAssociation:inComponent:]): Convert to class method. Cleanup implementation. * GSWeb.framework/GSWImage.m (+[_appendFilenameToResponse:inContext:framework:filename:width:height:]): Add handling for image url and cleanup implementation. (-[_appendFilenameToResponse:inContext:]): Delegate to class method. * GSWeb.framework/GSWResourceManager.h/m (-[_imageInfoForUrl:fileName:framework:languages:]): New method. (-[errorMessageUrlForResourceNamed:inFramework:]): Reformat. (-[_cacheData:]): Ditto. * Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld: Update adaptor name. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8248a705a0
commit
b6bbd5b0cb
8 changed files with 216 additions and 219 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
EOModelVersion = 2;
|
||||
adaptorName = Postgres95;
|
||||
adaptorName = PostgreSQL;
|
||||
connectionDictionary = {
|
||||
databaseName = BookStore;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue