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-23 to 2003-10-30 (Commits 2909-2958 of 4408)
replaced calls of global image.macro with layout.image (since layout images are now handled by layout objects)
2 lines of code changed in:
reformatted html-code
24 lines of code changed in:
getStaticUrl() was renamed to getUrl(), popupUrl() to getPopupUrl()
4 lines of code changed in:
added some layout-related system messages
40 lines of code changed in:
re-added main skinmgr page
390 lines of code changed in:
added linkedpath on top, replaced the code of the image with a call of image.code_macro()
6 lines of code changed in:
root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro()
8 lines of code changed in:
removed unused description_macro() since there is no user.description property anymore
0 lines of code changed in:
- removed modifier_macro() since it's now a hopobject macro
- removed some trailing spaces
12 lines of code changed in:
- removed skinsets_macro() since there are no skinsets anymore (but layouts)
- moved skinstatus_macro() from prototype skin to skinmgr
- removed skinsetchooser_macro() since there are no skinsets anymore (but layouts)
- moved help_macro() from prototype skin to skinmgr
142 lines of code changed in:
- removed all layout-related macros (they're now macros of prototype layout)
- removed skinsetchooser_macro(), added layoutchooser_macro()
- minor code-formatting
18 lines of code changed in:
- renamed systitle_macro() to title_macro() which calls getTitle() to return the system title
- fixed some comments
- added sysmgrnavigation_macro() for rendering the system manager navigation
18 lines of code changed in:
removed call of checkView in viewlink_macro()
0 lines of code changed in:
- getStaticUrl() was renamed to getUrl()
- popupUrl() was renamed to getPopupUrl()
4 lines of code changed in:
- url_macro() is now just a wrapper of getUrl()
- modified deletelink_macro() to call checkDelete() instead of checkEdit()
- getStaticUrl() was renamed to getUrl()
- added code_macro() that generates the macro-code for embedding an image (either layoutimage or image)
30 lines of code changed in:
added generic modifier_macro()
26 lines of code changed in:
url_macro() is now just a wrapper for getUrl()
2 lines of code changed in:
minor layout modification
2 lines of code changed in:
replaced calls of global image_macro() with calls of layout.image_macro() (since the images are now the business of layout objects)
2 lines of code changed in:
- replaced call of skinmgr.skineditor_macro() with direct embedding of textarea (the skinsource is fetched by the action)
- added call of help_macro()
20 lines of code changed in:
- reformatted html code
- fixed creator/createtime line since images might not have a creator
28 lines of code changed in:
root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro
2 lines of code changed in:
- renamed constant MAY_EDIT_SKINS to MAY_EDIT_LAYOUTS
- removed DISPLAY.skinset, added some more properties to constant for new prototypes (used in linkedpath_macro())
20 lines of code changed in:
replaced calls of global image-macro with calls of layout.image (res.handlers.layout contains the activated layout object)
4 lines of code changed in:
root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro
2 lines of code changed in:
replaced properties imgPath, filePath, imgUrl and fileUrl with the two properties staticPath and staticUrl (images and files of sites are now located in subdirectories)
8 lines of code changed in:
modified table creation scripts to create table AV_LAYOUT, add an initial layout object and it's standard images
88 lines of code changed in:
replaced link to skinmgr with link to layoutmgr
2 lines of code changed in:
- removed create_action() since there are no skinset anymore (but layouts)
- modified diff_action() to retrieve the parent's skin as original skin (or the application skin if there is no parent)
50 lines of code changed in:
- redirect to layout since there is no skinset anymore
- use res.handlers.context (which either contains root or a site object)
12 lines of code changed in:
- root.getSysTitle() was renamed to getTitle()
- added stylesheet_action() and javascript_action() for rendering external stylesheet/javascript
76 lines of code changed in:
- root.getSysTitle() was renamed to getTitle()
- minor code-formatting
10 lines of code changed in:
- using new res.handlers.context object for rendering page.skin (res.handlers.context either contains root or a site object)
14 lines of code changed in:
using new res.handlers.context object for rendering page.skin (res.handlers.context either contains root or a site object)
10 lines of code changed in:
initial check-in
2690 lines of code changed in:
modified FILE_hardCopy(): read the source file in chunks of 4096 bytes, making copying much faster
26 lines of code changed in:
* implemented sorting feature in loop macro
* added switch, contained and toggle macros
* added corresponding toggle_action
152 lines of code changed in:
exclude some more files when packaging the library
2 lines of code changed in:
fixed name of pixel_gif action for compatibility with helma 1.2
2 lines of code changed in:
removed debug.js which got in here by accident
0 lines of code changed in:
restored and fixed colorpicker to regain flexible functionality and way-backwards-compatibility
* fixed bug that prevented colorpicker from working at all
* fixed bug that prevented display of colors that are changed but not saved
* <% colorpicker name="xyz" %> now renders the default colorpicker
* <% colorpicker name="xyz" skin="colorpickerExt" %> renders the extended version (or any other depending on the skin)
* modified site's edit.skin to open the extended version
* put client-side scripts and functionality into global Antville object to define a strict namespace
* updated AntvilleLib
NOTE: THIS IS STILL WORK IN PROGRESS
992 lines of code changed in:
added param.as parameter in <% username %> according to changes in username_macro
2 lines of code changed in:
enabled username_macro to display a link only if param.as is set to "link" in the macro call.
(ie. by default username_macro only renders the username as text.)
2 lines of code changed in:
implemented simple paging options in HopObject/loop_macro
24 lines of code changed in:
* extended skin_macro with asis and unwrap parameters
* extended loop_macro with collection parameter
2 lines of code changed in:
Adapt function line number output to changes in HtmlEncoder which
adds line separators after the <br /> rather than before.
10 lines of code changed in:
(finally) merged imagetopics branch to HEAD
584 lines of code changed in:
added description as title attribute in file link
2 lines of code changed in:
moved "user-safe" javascript stuff into root/systemscripts which is
automatically appended onto site/javascript.skin
(root/safescripts_action is deprecated now)
8 lines of code changed in:
* modified file_macro to accept a custom text, too (FIXME: this is a hack)
* added return statement where missing
* removed deprecated macros
* introduced randomize_macro
86 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