Commit Log (Page 29 of 89)

back to main page

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)

robert 2003-11-24 15:56

bugfix: modified colorpicker-macro attributes (copied the old version by mistake)

14 lines of code changed in:

hannes 2003-11-24 13:39

Set layout_alias on converted layouts to layout_id so they're accessible via web.

4 lines of code changed in:

robert 2003-11-23 20:59

bugfix: can't use res.handlers.context since it's assigned after autoLogin is called

2 lines of code changed in:

robert 2003-11-23 20:30

initial (temporary) check-in

0 lines of code changed in:

robert 2003-11-23 20:28

upgraded to latest version (including the ZipLibrary)

0 lines of code changed in:

robert 2003-11-23 20:23

- 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:

robert 2003-11-23 20:21

- modified image_macro(): replaced if/else if with switch
- minor code formattings

40 lines of code changed in:

robert 2003-11-23 20:20

- removed all layout related editors (they're part of layouts now)
- added layoutchooser

8 lines of code changed in:

robert 2003-11-23 20:19

- replaced calls of global image macro with layout.image

4 lines of code changed in:

robert 2003-11-23 20:19

- 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:

robert 2003-11-23 20:17

- 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:

robert 2003-11-23 20:15

removed

0 lines of code changed in:

robert 2003-11-23 20:15

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:

robert 2003-11-23 20:13

removed mountpoints of rootSkinmgr and rootImagemgr (both don't exist anymore)

0 lines of code changed in:

robert 2003-11-23 20:13

- changed definition of _children collection since skinmgr now belongs to layout objects
- removed collection "shared", added collection "all"

22 lines of code changed in:

robert 2003-11-23 20:11

- 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:

robert 2003-11-23 20:10

replaced mountpoint "skins" with "layouts" (= layoutmgr of site)

2 lines of code changed in:

robert 2003-11-23 20:10

added mountpoint "layouts"

4 lines of code changed in:

robert 2003-11-23 20:09

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:

robert 2003-11-23 20:08

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:

robert 2003-11-23 20:07

- 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:

robert 2003-11-23 20:07

- 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:

robert 2003-11-23 20:06

- 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:

robert 2003-11-23 20:05

replaced call of global image macro with layout.image

34 lines of code changed in:

robert 2003-11-23 20:04

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:

robert 2003-11-23 20:03

- modified since all font- and color preferences are now defined in a layout object

114 lines of code changed in:

robert 2003-11-23 20:02

- 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:

robert 2003-11-23 20:01

added layout chooser form element

12 lines of code changed in:

robert 2003-11-23 20:01

set res.handlers.layout and res.skinpath according to current root layout

6 lines of code changed in:

robert 2003-11-23 20:00

MAY_EDIT_SKINS was renamed to MAY_EDIT_LAYOUTS

4 lines of code changed in:

robert 2003-11-23 19:59

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:

robert 2003-11-23 19:58

- 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:

robert 2003-11-23 19:57

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:

robert 2003-11-23 19:55

removed some empty lines

6 lines of code changed in:

robert 2003-11-23 19:55

image.getStaticUrl() was renamed to image.getUrl()

2 lines of code changed in:

robert 2003-11-23 19:54

root.systitle_macro() was renamed to root.title_macro(), dto with root.sysurl_macro()

4 lines of code changed in:

robert 2003-11-23 19:53

- 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:

robert 2003-11-23 19:53

- 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:

robert 2003-11-23 19:51

use the new macro-handler "context" which either contains root or a site object

4 lines of code changed in:

robert 2003-11-23 19:50

- 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:

robert 2003-11-23 19:49

- 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:

robert 2003-11-23 19:48

added setting the default layout

6 lines of code changed in:

robert 2003-11-23 19:48

- 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:

robert 2003-11-23 19:44

- 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:

robert 2003-11-23 19:42

- 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:

robert 2003-11-23 19:40

- 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:

robert 2003-11-23 19:38

- 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:

robert 2003-11-23 19:37

- 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:

robert 2003-11-23 19:35

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:

robert 2003-11-23 19:32

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