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: 2004-02-29 to 2004-02-09 (Commits 3459-3508 of 4408)
modified getRenderedContentPart(): it now accepts a second parameter defining any special formatting of the content part (currently "plaintext" and "alttext")
62 lines of code changed in:
modified content_macro(): pass param.as to getRenderedContentPart() since the latter now accepts different text formats (plaintext, alttext ...)
4 lines of code changed in:
removed assignment of cache.modifytime in updateComment(): this timestamp was used to check if the content of a comment/story was updated, but isn't used anymore
0 lines of code changed in:
modified renderImage(): exchanged param.description with param.alt so that users can override the alttext of an image in the calling macro tag
2 lines of code changed in:
added method getLastModified() that returns the internal __lastModified__ property of the property manager's cache
14 lines of code changed in:
modified history_macro(): it now can display just stories or comments (default behaviour: show all
this change is not backwards compatible (param.show was used for limiting the list, now use param.limit for that)
38 lines of code changed in:
bugfix in edit_action(): changed redirect url to avoid anchor growing with each save request in internet explorer
2 lines of code changed in:
committed bugfix patch from matthias platzer
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000498.html)
22 lines of code changed in:
Order children by weight
1 lines of code changed in:
Remove redundant child mapping (is inherited from Item)
0 lines of code changed in:
Improved page design, splitting up of skin and script files, basic callback
implementation, renamed internal links. Not much else, feature-wise.
1008 lines of code changed in:
fixed bug that prevented offline stories from being browsed
2 lines of code changed in:
fixed toDate() to avoid problems with using the cached SimpleDateFormat (see Date.prototype.format)
12 lines of code changed in:
Fix Regular Expression in new.hac for Rhino.
1 lines of code changed in:
initial check-in
6 lines of code changed in:
committed Michi Platzer's patch that implements
- diskquota-limits per site
- limits for site-alias and username (30 characters)
- display of last stories/comments of a user in system manager
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000488.html)
242 lines of code changed in:
added comment
4 lines of code changed in:
fixed bug that caused wrong date strings when formatted from within the scheduler
2 lines of code changed in:
fixed format method to always return a formatted string according to all arguments
28 lines of code changed in:
minor fixes of matthias' language patch
6 lines of code changed in:
fixed typo introduced by matthias' patch
2 lines of code changed in:
initial check-in
6 lines of code changed in:
committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)
854 lines of code changed in:
Minor style change
0 lines of code changed in:
Adapt weight editor to new permission code
2 lines of code changed in:
obviously we do not need the TYPE constant
4 lines of code changed in:
* Move to a clean, binary-or and binary-and based permission system, making
permission checks much simpler than they were. Permissions are now what they
are, i.e. admins can only do manage, delete and move, but can't see/edit/create
a page unless they have additional permissions to do so.
* Switch to a grid-of-checkboxes permission editor, which is more flexible and
probably simpler to grasp
* Add new Wiki formatting rules:
=h1=
==h2==
====h4
=====h5
======h6
drop <<< >>> for pre/code tags and add pre/code tags to everything that has a line
starting with space characters instead
use [name] for wiki links rather than *name* (experimental - feedback welcome)
* Add first primitive implementation of diff.item action. This is not the way it will be done
in the end, but it's a good way to play around.
106 lines of code changed in:
Split manage.skin into two skins: manage.skin (visible to owners and admins) and
admin.skin (visible only to admins)
13 lines of code changed in:
Increase textarea size
1 lines of code changed in:
Try fixed-width links in the right sidebar (just to get a feel for it)
42 lines of code changed in:
Added workaround to display System skin section when root prototype is "Root"
(with bug #325 fixed)
4 lines of code changed in:
Do not let item item owners access the manage page after all.
I guess the right solution would be to have some watered-down
manage page that only lets them edit settings concerning this item, but not
space-relevant settings. (Problem is: permissions are used both for
item and space.)
1 lines of code changed in:
Use "this" instead of "item" for body macro.
1 lines of code changed in:
Add section to view, add, and remove administrators and members
20 lines of code changed in:
Display this user's admin and member spaces
2 lines of code changed in:
Use new Item.getPath() function in global path macro.
1 lines of code changed in:
- Fixed bug in removeLinkIn()
- Added linkeditor macro
- Added support for adding and removing admins and members
- added getHtmlLink() and getPath() functions
99 lines of code changed in:
More permission fiddling: Allow owners and admins to manage an item,
only admins to move or delete.
5 lines of code changed in:
Cleaned up permission checking functions.
Made "Members" setting imply "Owner" in per-item check
Allow Owner to access manage and delete actions.
16 lines of code changed in:
also escape selected text to prevent missing parts
2 lines of code changed in:
Remove bogus _parent mappings which are a leftover from when
/users and /forms were collections.
0 lines of code changed in:
Fix bug in configuration URL in onStart() reported by Andreas Bolka
2 lines of code changed in:
display values inside <pre> tags
4 lines of code changed in:
fixed bug that caused a "permission denied error" whenever trying to use the context menu from another domain [see http://www.philringnalda.com/blogthis for details]
14 lines of code changed in:
remove wildenten ;-)
0 lines of code changed in:
- move action links to the upper right corner and use iconlink skin for rendering.
- display current item path in <title>
14 lines of code changed in:
display administrators and members for the current item
13 lines of code changed in:
initial checkin of iconlink skin
3 lines of code changed in:
- allow actionLink to be rendered through a skin
- rename linkedPath_macro to path_macro and make linking optional
31 lines of code changed in:
Use new linklist_macro() to display items for the selected day.
3 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