Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »
Summary Period: 2003-11-24 to 2003-11-23 (Commits 2959-3008 of 4408)
bugfix: modified colorpicker-macro attributes (copied the old version by mistake)
14 lines of code changed in:
Set layout_alias on converted layouts to layout_id so they're accessible via web.
4 lines of code changed in:
bugfix: can't use res.handlers.context since it's assigned after autoLogin is called
2 lines of code changed in:
initial (temporary) check-in
0 lines of code changed in:
upgraded to latest version (including the ZipLibrary)
0 lines of code changed in:
- evalImgType is now a global function
- renamed popupUrl() to getPopupUrl()
- renamed getStaticUrl() to getUrl() and changed it to use the site's method getStaticUrl()
- added method dump() which creates a temporary HopObject containing the metadata of the image (and its thumbnail if existing)
102 lines of code changed in:
- modified image_macro(): replaced if/else if with switch
- minor code formattings
40 lines of code changed in:
- removed all layout related editors (they're part of layouts now)
- added layoutchooser
8 lines of code changed in:
- replaced calls of global image macro with layout.image
4 lines of code changed in:
- removed stylesheet_action() since the sysmgr doesn't have it's own stylesheet anymore (but uses the one from root)
- root.getSysTitle() was renamed to root.getTitle()
32 lines of code changed in:
- adapted res.dependsOn() statements in stylesheet and javascript actions because of the new layout objects
- first step in tuning rss_action() - using StringBuffers instead of normal variables
80 lines of code changed in:
removed
0 lines of code changed in:
modified filter since we now have two different image prototypes, and we want just the site images in this collection
2 lines of code changed in:
removed mountpoints of rootSkinmgr and rootImagemgr (both don't exist anymore)
0 lines of code changed in:
- changed definition of _children collection since skinmgr now belongs to layout objects
- removed collection "shared", added collection "all"
22 lines of code changed in:
- added object mapping for layout (removed the one for skinset since there are no skinsets anymore)
- some formatting done
46 lines of code changed in:
replaced mountpoint "skins" with "layouts" (= layoutmgr of site)
2 lines of code changed in:
added mountpoint "layouts"
4 lines of code changed in:
modified filter since we now have two different image prototypes, and we want just the site images in this collection
2 lines of code changed in:
modified _children.filter since we now have two different image prototypes, and we want just the site images in this collection
4 lines of code changed in:
- modified _parent definition (the _parent definition for layoutimages is done in layoutimage/type.properties)
- added object mapping for layout
12 lines of code changed in:
- replaced call of global image macro with layout.image
- use new macrohandler "context" instead of site (since context contains either root or a site object)
4 lines of code changed in:
- added sys_layoutchooser_macro()
- call root.getTitle() instead of accessing root.sys_title directly (the latter might be empty)
20 lines of code changed in:
replaced call of global image macro with layout.image
34 lines of code changed in:
replaced call of global image macro with the one of layout (since we have a layout object in res.handlers now, and this one manages all layout images)
2 lines of code changed in:
- modified since all font- and color preferences are now defined in a layout object
114 lines of code changed in:
- modified since all font- and color preferences are now defined in a layout object
- added some more classes (still not finished)
170 lines of code changed in:
added layout chooser form element
12 lines of code changed in:
set res.handlers.layout and res.skinpath according to current root layout
6 lines of code changed in:
MAY_EDIT_SKINS was renamed to MAY_EDIT_LAYOUTS
4 lines of code changed in:
modified checkAdd() since we just have to do the check for site images now (the check for layout images is done in layoutimgemgr/securityFunctions.js)
4 lines of code changed in:
- changed final redirect to _parent (since an image can also belong to a layout object now)
- fixed a typo
4 lines of code changed in:
modified onRequest():
- assign the currently active layout to res.handlers.layout, also added check if user has a layout object in the session (for testdriving it)
- define the skinpath according to the layout object
- only call checkAccess if the user isn't a sysadmin (which means that sysadmins are basically allowed to do anything)
48 lines of code changed in:
removed some empty lines
6 lines of code changed in:
image.getStaticUrl() was renamed to image.getUrl()
2 lines of code changed in:
root.systitle_macro() was renamed to root.title_macro(), dto with root.sysurl_macro()
4 lines of code changed in:
- replaced any calls of global image macro with layout.image (since layout images are now handled by layout objects)
2 lines of code changed in:
- instead of manually constructing the image-code call code_macro()
- fixed creator/createtime line since images might not have a creator (after import)
- minor change in layout
10 lines of code changed in:
use the new macro-handler "context" which either contains root or a site object
4 lines of code changed in:
- replaced any calls of global image macro with layout.image (since layout images are now handled by layout objects)
34 lines of code changed in:
- stylesheet and javascript are now external files
- replaced any calls of global image macro with layout.image (since layout images are now handled by layout objects)
24 lines of code changed in:
added setting the default layout
6 lines of code changed in:
- removed methods isDefaultSkinset(), setDefaultSkinset(), testdriveSkinset(), deleteSkinset() since there are no skinsets anymore
- removed unused method getNavigationName()
- added methods saveSkin(), deleteSkin(), deleteAll()
- added getSkinSource() which retrieves either the source of the own skin or the one of the parent layout's skin
- added dumpToZip() which dumps the skin source to a Zip object passed as argument
- added evalImport() that handles the import of a skinset (based on an uploaded zip file)
158 lines of code changed in:
- removed assignment of layout related preferences (these are part of layout objects now)
- added methods getLayout(), getStaticPath(), getStaticUrl(), getStaticDir() and getTitle()
132 lines of code changed in:
- modified evalNewSite(): each new site now gets an initial layout object (which is a child layout of the currently activated root layout)
- added method getUrl() which is used in hopobject.onRequest() to retrieve the currently activated layout object
60 lines of code changed in:
- use res.handlers.context.getTitle() (which returns either a site object's title or the root title)
- root.getSysTitle() was renamed to root.getTitle()
4 lines of code changed in:
- evalImgType() is now a global function
- call getStaticDir() of _parent to get the directory where images should be stored
12 lines of code changed in:
- moved the former image-method evalImgType() to global
- use res.handlers.context now (which contains either root or a site object)
72 lines of code changed in:
modified since the app.property "filePath" was removed (use app.properties.staticPath instead or the site/root methods getStaticPath())
8 lines of code changed in:
added method getUrl()
18 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »
Generated by StatCVS 0.2.2