Commit graph

2862 commits

Author SHA1 Message Date
Robert Gaggl
14f78e4ce4 removed call of filter-function 2001-08-26 16:16:09 +00:00
Robert Gaggl
143e790bc3 removed filterfunction cause it's not needed anymore 2001-08-26 16:11:18 +00:00
Robert Gaggl
78ba74cc52 added _subnode.filter, manual filter-function is not needed anymore 2001-08-26 16:10:07 +00:00
Robert Gaggl
6024f550fb password-macro doesn't render the password anymore (just the input type password) 2001-08-25 17:24:43 +00:00
Robert Gaggl
b80f65e5cd skin now gets name and password as parameter object instead of calling macros 2001-08-25 17:17:07 +00:00
Robert Gaggl
2025d379c8 sendConfirmationMail() now pushes name and password to mailbody.skin 2001-08-25 17:16:40 +00:00
Hannes Wallnöfer
c5e602061c added _parent entry 2001-08-25 15:22:12 +00:00
Hannes Wallnöfer
3d9d558696 update weblog's lastupdate property when creating or modifying stories via XML-RPC 2001-08-25 15:16:11 +00:00
Hannes Wallnöfer
b20c0f64d3 perform check for isBlocked() on this instead of user 2001-08-25 15:13:02 +00:00
Hannes Wallnöfer
65dd4ae9c5 added collection storiesByID to access stories based on ID regardless of its weblog 2001-08-25 14:31:27 +00:00
Hannes Wallnöfer
192249f627 removed minor copy/past related quirk 2001-08-25 14:29:42 +00:00
Hannes Wallnöfer
71b4efa1a3 initial check in of Blogger API for Antville 2001-08-25 14:27:31 +00:00
Hannes Wallnöfer
e30b77395c parent entry was missing from type.properties 2001-08-24 15:50:21 +00:00
Hannes Wallnöfer
c0e432e28a When more than 20 images are in the pool, browse them in group of 20s 2001-08-24 12:00:26 +00:00
Hannes Wallnöfer
1c488680d0 filter function not required anymore in image manager 2001-08-24 11:59:24 +00:00
Hannes Wallnöfer
90dae278eb Include story title in title tag, if present 2001-08-24 11:52:04 +00:00
Hannes Wallnöfer
4af1f88bce optimization in calendar macro by pulling expensive calls to Calendar and Date out of loops or doing without. The performance gains should be verynotable. Also, the manual filter function is not necessary anymore in the image macro. 2001-08-24 11:45:52 +00:00
Hannes Wallnöfer
c6a2133635 minor optimization in calendar day rendering: date comparison is heavier than just checking the size 2001-08-23 20:00:44 +00:00
Hannes Wallnöfer
bf460b7791 some minor optimizations in calender rendering 2001-08-23 17:31:29 +00:00
Hannes Wallnöfer
b308e670b0 added _parent entry 2001-08-20 18:29:47 +00:00
Robert Gaggl
dbe53906af initial check-in 2001-08-15 09:26:54 +00:00
Robert Gaggl
1e9a6d95ba groupnodes are now of prototype day 2001-08-15 09:26:27 +00:00
Robert Gaggl
cc5b6959d9 added new properties "parent" and "thumbnail" 2001-08-15 09:21:45 +00:00
Robert Gaggl
06991b523c using new isDeleteAllowed()-function 2001-08-15 09:21:11 +00:00
Robert Gaggl
8eb9c77b66 some minor changes 2001-08-15 09:20:41 +00:00
Robert Gaggl
3e6f6a2739 cancel-button works now 2001-08-15 09:20:17 +00:00
Robert Gaggl
4968e0838b changed appearence of status-line 2001-08-15 09:19:47 +00:00
Robert Gaggl
c8d2363949 changes necessary due to new day-prototype 2001-08-15 09:19:22 +00:00
Robert Gaggl
1d345a40bd bugfixes, dropdown for "who may edit" is now really verbose 2001-08-15 09:15:58 +00:00
Robert Gaggl
6b20b56b6f removed admin- and contributor-macro (not in use anymore) 2001-08-15 09:15:07 +00:00
Robert Gaggl
e798c90ac2 rewrote some macros due to thumbnail-feature 2001-08-15 09:13:27 +00:00
Robert Gaggl
3e083d60a0 enabled rendering of checkboxes 2001-08-15 09:12:26 +00:00
Robert Gaggl
23d180babf added call of filter()-function 2001-08-15 09:11:44 +00:00
Robert Gaggl
e24bf48001 added editlink- and deletelink-macros (as in story-preview) 2001-08-15 09:11:20 +00:00
Robert Gaggl
b6412da9a0 changed layout of image-list 2001-08-15 09:10:26 +00:00
Robert Gaggl
288cb7430a more verbose image-upload-form 2001-08-15 09:09:58 +00:00
Robert Gaggl
4618abda8d necessary changes due to new day-prototype 2001-08-15 09:09:32 +00:00
Robert Gaggl
3ca5b3178b deleting of comments is now recursive 2001-08-15 09:08:52 +00:00
Robert Gaggl
dcd7a743fa added deleting of thumbnail in deleteImage-function 2001-08-15 09:08:03 +00:00
Robert Gaggl
2eb3ef2f1a added createThumbnail()-function, other minor changes 2001-08-15 09:07:06 +00:00
Robert Gaggl
b31b93ec9b changed appearence of image in pool-list 2001-08-15 09:05:37 +00:00
Robert Gaggl
8bc35091c1 added isViewAllowed()-function, using isViewAllowed()-function 2001-08-15 09:04:30 +00:00
Robert Gaggl
8917586e68 added isViewAllowed()-function, several other minor changes 2001-08-15 09:03:16 +00:00
Robert Gaggl
53a08d903a added isDeleteAllowed()-function 2001-08-15 09:02:23 +00:00
Robert Gaggl
7e6c8e454d set correct redirect-property 2001-08-15 09:01:27 +00:00
Robert Gaggl
fce4aedd9a initial check-in 2001-08-15 09:00:35 +00:00
Robert Gaggl
cfd7b51673 new images appear on top of the list 2001-08-15 08:57:57 +00:00
Hannes Wallnöfer
3bd88d27c8 new helma snapshot requires _skinmanager entry in type.properties 2001-08-11 16:54:54 +00:00
Hannes Wallnöfer
96c7230250 Generate a link even if 'to' or 'linkto' is not specified. Linking to 'main' will cause the action to be omitted. Also found an uncommitted previous modification: the content of renderInputTextarea is now encoded. 2001-07-30 08:52:13 +00:00
Robert Gaggl
a573a8b7c6 fixed a silly bug where the creator of a weblog was admin but normal user ... 2001-07-26 09:58:11 +00:00