Commit Log (Page 19 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: 2004-02-29 to 2004-02-09 (Commits 3459-3508 of 4408)

robert 2004-02-29 17:16

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:

robert 2004-02-29 17:15

modified content_macro(): pass param.as to getRenderedContentPart() since the latter now accepts different text formats (plaintext, alttext ...)

4 lines of code changed in:

robert 2004-02-29 17:14

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:

robert 2004-02-29 17:12

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:

robert 2004-02-29 17:11

added method getLastModified() that returns the internal __lastModified__ property of the property manager's cache

14 lines of code changed in:

robert 2004-02-29 17:10

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:

robert 2004-02-29 17:08

bugfix in edit_action(): changed redirect url to avoid anchor growing with each save request in internet explorer

2 lines of code changed in:

robert 2004-02-29 17:06

committed bugfix patch from matthias platzer
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000498.html)

22 lines of code changed in:

hannes 2004-02-27 17:20

Order children by weight

1 lines of code changed in:

hannes 2004-02-27 17:20

Remove redundant child mapping (is inherited from Item)

0 lines of code changed in:

hannes 2004-02-27 17:16

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:

tobi 2004-02-24 17:34

fixed bug that prevented offline stories from being browsed

2 lines of code changed in:

robert 2004-02-24 12:05

fixed toDate() to avoid problems with using the cached SimpleDateFormat (see Date.prototype.format)

12 lines of code changed in:

hannes 2004-02-20 16:40

Fix Regular Expression in new.hac for Rhino.

1 lines of code changed in:

robert 2004-02-18 18:53

initial check-in

6 lines of code changed in:

robert 2004-02-18 18:53

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:

tobi 2004-02-18 17:51

added comment

4 lines of code changed in:

tobi 2004-02-18 17:30

fixed bug that caused wrong date strings when formatted from within the scheduler

2 lines of code changed in:

tobi 2004-02-18 16:47

fixed format method to always return a formatted string according to all arguments

28 lines of code changed in:

michi 2004-02-17 20:41

minor fixes of matthias' language patch

6 lines of code changed in:

michi 2004-02-17 20:36

fixed typo introduced by matthias' patch

2 lines of code changed in:

robert 2004-02-16 18:51

initial check-in

6 lines of code changed in:

robert 2004-02-16 18:51

committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)

854 lines of code changed in:

hannes 2004-02-16 18:18

Minor style change

0 lines of code changed in:

hannes 2004-02-16 18:18

Adapt weight editor to new permission code

2 lines of code changed in:

tobi 2004-02-15 00:08

obviously we do not need the TYPE constant

4 lines of code changed in:

hannes 2004-02-14 22:18

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

hannes 2004-02-14 22:10

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:

hannes 2004-02-14 22:07

Increase textarea size

1 lines of code changed in:

hannes 2004-02-14 22:06

Try fixed-width links in the right sidebar (just to get a feel for it)

42 lines of code changed in:

hannes 2004-02-13 16:25

Added workaround to display System skin section when root prototype is "Root"
(with bug #325 fixed)

4 lines of code changed in:

hannes 2004-02-12 16:33

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:

hannes 2004-02-12 16:01

Use "this" instead of "item" for body macro.

1 lines of code changed in:

hannes 2004-02-12 16:01

Add section to view, add, and remove administrators and members

20 lines of code changed in:

hannes 2004-02-12 16:00

Display this user's admin and member spaces

2 lines of code changed in:

hannes 2004-02-12 15:59

Use new Item.getPath() function in global path macro.

1 lines of code changed in:

hannes 2004-02-12 15:59

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

hannes 2004-02-12 11:30

More permission fiddling: Allow owners and admins to manage an item,
only admins to move or delete.

5 lines of code changed in:

hannes 2004-02-12 11:23

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:

tobi 2004-02-11 16:31

also escape selected text to prevent missing parts

2 lines of code changed in:

hannes 2004-02-10 19:22

Remove bogus _parent mappings which are a leftover from when
/users and /forms were collections.

0 lines of code changed in:

hannes 2004-02-10 18:03

Fix bug in configuration URL in onStart() reported by Andreas Bolka

2 lines of code changed in:

tobi 2004-02-10 17:15

display values inside <pre> tags

4 lines of code changed in:

tobi 2004-02-10 15:32

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:

hannes 2004-02-10 14:22

remove wildenten ;-)

0 lines of code changed in:

hannes 2004-02-09 16:53

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

hannes 2004-02-09 16:51

display administrators and members for the current item

13 lines of code changed in:

hannes 2004-02-09 16:51

initial checkin of iconlink skin

3 lines of code changed in:

hannes 2004-02-09 16:50

- allow actionLink to be rendered through a skin
- rename linkedPath_macro to path_macro and make linking optional

31 lines of code changed in:

hannes 2004-02-09 16:49

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