Commit Log (Page 18 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-03-21 to 2004-02-29 (Commits 3509-3558 of 4408)

tobi 2004-03-21 11:54

restored accidentally committed app.properties file

4 lines of code changed in:

tobi 2004-03-20 23:30

re-renamed Asset and Picture (incl. manager protos) to their original names (ie. File and Image) and instead added a global Helma object containing JavaScript wrapper methods around the helma.image.ImageGenerator and java.io.File classes

192 lines of code changed in:

tobi 2004-03-20 19:26

renamed prototypes to uppercase first letter names; this implied renaming of file to Asset and of image to Picture to prevent clashes with helma's internal Image and File prototypes (including management mountpoints)

14 lines of code changed in:

tobi 2004-03-20 19:13

renamed prototypes to uppercase first letter names; this implied renaming of file to Asset and of image to Picture to prevent clashes with helma's internal Image and File prototypes (including management mountpoints)

1367 lines of code changed in:

tobi 2004-03-20 13:07

fixed bug that caused "allow comments" checkbox to be checked all the time

2 lines of code changed in:

tobi 2004-03-20 13:07

sync'd with updated library

0 lines of code changed in:

tobi 2004-03-20 13:02

applied michael platzer's patches to the weblog apis
[see http://grazia.helma.at/pipermail/antville-dev/2004-March/000517.html and
http://grazia.helma.at/pipermail/antville-dev/2004-March/000518.html]

84 lines of code changed in:

robert 2004-03-15 08:38

added text of replacelink

2 lines of code changed in:

robert 2004-03-15 08:38

included replacelink

2 lines of code changed in:

robert 2004-03-15 08:37

added replacelink_macro() contributed my matthias platzer

52 lines of code changed in:

robert 2004-03-15 08:36

updated to latest version

0 lines of code changed in:

robert 2004-03-15 08:36

changed custom_action(): call getCustomSkins() to get the list containing
the layouts custom skins plus all of any parent layout in the chain

4 lines of code changed in:

robert 2004-03-15 08:35

changed "all skins" to "default skins" (since the tree view doesn't contain
custom skins)

2 lines of code changed in:

robert 2004-03-15 08:34

added methods
- getOriginalSkin()
- getCustomSkins() returns all custom skins of a layout plus those of
any parent layout in the chain.

114 lines of code changed in:

robert 2004-03-15 08:33

modified renderList(): it now accepts either a hopobject collection or an array

12 lines of code changed in:

robert 2004-03-15 08:32

using difflink- and deletelink macros instead of unconditional links

4 lines of code changed in:

robert 2004-03-15 08:32

added difflink_macro() and deletelink_macro()

40 lines of code changed in:

hannes 2004-03-13 11:11

Add comma after modifier_id

1 lines of code changed in:

robert 2004-03-09 19:57

- added objects nameToHex and hexToName to Color object (used to determine the hex value of a named color and vice versa)
- modified valueOf(): actually arguments.length is not 1 even if no arguments were passed, so removed the fixme and cleaned up
- throw an error if the internal value is null or NaN

596 lines of code changed in:

tobi 2004-03-09 15:22

added recursive argument to prevent large hierarchies from being recursively reduced automatically

8 lines of code changed in:

tobi 2004-03-09 15:20

fixed bug that caused exception because java.net.URL returns an object and a string is needed

4 lines of code changed in:

tobi 2004-03-08 14:25

return null in both toString() and valueOf() methods if color value cannot be calculated

12 lines of code changed in:

hannes 2004-03-05 18:43

Improve versatility of block class: only use display: block for links that
belong to one of the navlink* classes, so ordinary links will be displayed as inline
elements.

31 lines of code changed in:

hannes 2004-03-05 18:41

remove some empty lines

2 lines of code changed in:

hannes 2004-03-05 18:40

Adding client side functions for dynamic link editor

80 lines of code changed in:

hannes 2004-03-05 18:40

Add attachment listing to body.

2 lines of code changed in:

hannes 2004-03-05 18:40

Use separator attribute for linklist macro

2 lines of code changed in:

hannes 2004-03-05 18:39

Use Item.getItem() in most cases. Rename global getItem() to getItemInPath().
Implement global include macro.

18 lines of code changed in:

hannes 2004-03-05 18:38

Use this.getItem() so we always resolve item paths against ourself

3 lines of code changed in:

hannes 2004-03-05 18:37

Implemented dynamic HTML link editor. Added Item.getItem() and Item.getOrCreate().
Minor tweaks and changes.

19 lines of code changed in:

hannes 2004-03-05 18:36

Implemented dynamic HTML link editor. Added Item.getItem() and Item.getOrCreate().

171 lines of code changed in:

hannes 2004-03-03 13:21

Minor changes: use Upload.image() for image rendering and increase file input size

2 lines of code changed in:

hannes 2004-03-03 13:21

* Get image size from gif and png images
* Implement function to render upload as image

29 lines of code changed in:

hannes 2004-03-03 13:20

Minor fixes: let admins edit form, display delete attachment button on the right side

3 lines of code changed in:

hannes 2004-03-03 11:36

Make upload form properties functional:
* implement form macro to display upload as link or image
* display link in editor if form property is set

33 lines of code changed in:

hannes 2004-03-03 11:34

Check if there actually is an image before setting the upload property.

1 lines of code changed in:

hannes 2004-03-03 11:33

Make "create item" link more subtle

4 lines of code changed in:

hannes 2004-03-01 19:29

Initial check-in for Upload objects which are used for attachments and file forms.

8 lines of code changed in:

hannes 2004-03-01 19:28

Initial support for file uploads (both attachments and file properties)
Skins have moved to a separate directory, so res.skinpath must be set.

64 lines of code changed in:

hannes 2004-03-01 19:28

Initial support for file uploads (both attachments and file properties)

46 lines of code changed in:

hannes 2004-03-01 19:26

Removed versions property, adding attachments

1 lines of code changed in:

hannes 2004-03-01 19:26

Added functions to get skin and static directories

34 lines of code changed in:

hannes 2004-03-01 19:25

Moved skins to separate directory

0 lines of code changed in:

hannes 2004-03-01 19:24

Removing primitives mapping which are declared in main mapping already

0 lines of code changed in:

hannes 2004-03-01 19:23

Removing Root type.properties because it doesn't add anything

0 lines of code changed in:

hannes 2004-03-01 19:22

Adding attachments column

2 lines of code changed in:

hannes 2004-03-01 19:22

Moving skins into separate directory

362 lines of code changed in:

robert 2004-02-29 22:34

fixed some message property names according to root.sys_allowEmails_macro

4 lines of code changed in:

robert 2004-02-29 21:36

bugfix in deleteImage(): check if image is a site image (not a layout one) before decrementing diskusage

4 lines of code changed in:

robert 2004-02-29 17:53

changed content_macro(): use images.get(), otherwise an image whose name is a number (eg. 1001) won't be found
(fixes http://helma.org/bugs/show_bug.cgi?id=328)

4 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