Commit Log (Page 17 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-31 to 2004-03-21 (Commits 3559-3608 of 4408)

hannes 2004-03-31 18:07

Initial skinning support

12 lines of code changed in:

hannes 2004-03-31 18:07

Minor changes

6 lines of code changed in:

hannes 2004-03-30 19:24

adding empty file

1 lines of code changed in:

hannes 2004-03-30 19:15

Implement settable prototypes

138 lines of code changed in:

hannes 2004-03-30 19:11

Renamed form options

5 lines of code changed in:

hannes 2004-03-30 19:10

Moving user skins from code to skins folder

21 lines of code changed in:

hannes 2004-03-29 18:52

Convert to new link api

4 lines of code changed in:

hannes 2004-03-29 18:52

Rename readFormData() to readEditForm()

1 lines of code changed in:

hannes 2004-03-29 18:51

Finalized refactoring of link api functions
Implement RegExp link types in getLinks()
Initial code for prototype registry
Use links to manage services
Split admin page into multiple screens/tabs

155 lines of code changed in:

hannes 2004-03-29 18:48

Split admin page into multiple screens/tabs

60 lines of code changed in:

hannes 2004-03-25 16:24

progress everywhere

244 lines of code changed in:

hannes 2004-03-25 16:22

Adding Permissions prototype

22 lines of code changed in:

hannes 2004-03-25 16:20

Make form editor look better, add arguments input field.

51 lines of code changed in:

hannes 2004-03-25 16:19

progress everywhere

80 lines of code changed in:

hannes 2004-03-25 16:15

make color for new item icon a bit less saturated

0 lines of code changed in:

hannes 2004-03-25 16:14

Added icons for moving and attaching.

0 lines of code changed in:

hannes 2004-03-23 17:19

remove bogus keypress handler from dynamic link editor new item input.

1 lines of code changed in:

hannes 2004-03-23 16:58

set error and 404 handler actions

2 lines of code changed in:

hannes 2004-03-23 16:42

Form editor macro renamed.

1 lines of code changed in:

hannes 2004-03-23 16:41

* Add parameter to getStaticDir() and getItem() to optionally create the resource if it
doesn't exist yet.
* Rename functions that read edit/manage submission.
* Handle static dirs when renaming/moving an item
* First implementation dynamic-HTML link editor
* Added errror handler action

146 lines of code changed in:

hannes 2004-03-23 16:39

Just use a question mark for the "define xxx" link

2 lines of code changed in:

hannes 2004-03-23 16:38

Move form specific data and functions from Global and Item to Form prototype

66 lines of code changed in:

hannes 2004-03-23 16:36

Write a whole lot of client side JavaScript for dynamic editing of link objects

67 lines of code changed in:

hannes 2004-03-23 16:35

Move login info/links out of control bar. Control bar should only be visible when logged in.

9 lines of code changed in:

hannes 2004-03-23 16:34

lessen header padding

1 lines of code changed in:

robert 2004-03-22 20:24

modified main_action(): first argument to renderList is now an array containing
all images of the layout chain (but without duplicates)

1 lines of code changed in:

robert 2004-03-22 20:23

added mergeImages() to merge the images of a layout with the ones of its
parent layout (images of the current layout override those of the parent layout
and won't be displayed in the list of all images)

34 lines of code changed in:

robert 2004-03-22 20:20

fixed comment

1 lines of code changed in:

robert 2004-03-22 20:05

moved replacelink_macro() to Image

0 lines of code changed in:

robert 2004-03-22 20:05

moved replacelink_macro() from ImageMgr to Image

26 lines of code changed in:

robert 2004-03-22 20:04

bugfix: replacelink is a macro of image, not of imagemgr

1 lines of code changed in:

tobi 2004-03-21 17:15

fixed bug that caused newline to be appended at the end of a file all the time in Helma.File.prototype.readAll

3 lines of code changed in:

tobi 2004-03-21 17:14

moved firstOption for prototype choose from message file to skin

2 lines of code changed in:

tobi 2004-03-21 17:12

initial check-in

43 lines of code changed in:

robert 2004-03-21 16:23

modified evalSystemSetup(): added module hook. loop over all modules and
apply their method evalSystemSetup() to the SysMgr object. with this a module
is responsible for evaluating and storing the system properties needed.

4 lines of code changed in:

robert 2004-03-21 16:22

modified evalPreferences(): added module hook. loop over all modules and
apply their method evalPreferences() to the site object. with this a module
is responsible for evaluating and storing its site preferences

4 lines of code changed in:

robert 2004-03-21 15:31

added call of modulePreferences macro

7 lines of code changed in:

robert 2004-03-21 15:30

added moduleSetup_macro() to embed any module specific system setup form

10 lines of code changed in:

robert 2004-03-21 15:28

- modified navigation_macro(): it now embeds module specific navigation
if called with appropriate parameters
- added moduleNavigation_macro() to allow free placement of module
specific navigation in a skin
- added modulePreferences_macro() to embed any module specific preferences
in site preferences

37 lines of code changed in:

robert 2004-03-21 15:26

added applyModuleMethod(): using this we can apply any module specific method to a HopObject

11 lines of code changed in:

robert 2004-03-21 15:25

- moved onStart() and scheduler to beginning of file
- added hook for modules in onStart() (call any module specific onStart method)

60 lines of code changed in:

robert 2004-03-21 15:24

modified navigation macro calls to embed any module specific navigation

3 lines of code changed in:

robert 2004-03-21 15:24

bugfix: constructors are mixed case now (SysMgr instead of sysmgr)

1 lines of code changed in:

robert 2004-03-21 15:23

modified allowTextMacros():
- added hook to enable registering text macros defined in modules
- removed allowing of global shortcut macro

6 lines of code changed in:

robert 2004-03-21 15:22

added call of moduleSetup macro (to embed any module specific system setup form)

2 lines of code changed in:

tobi 2004-03-21 13:16

added removeDir, listRecursive, hardCopy and move methods to Helma.File prototype

73 lines of code changed in:

tobi 2004-03-21 13:13

starting with version 1.4 the file library is obsolete

4 lines of code changed in:

tobi 2004-03-21 12:27

* added check if directory exists before creating it in Helma.File.prototype.mkdir

2 lines of code changed in:

tobi 2004-03-21 12:26

* replaced all occurences of File methods with Helma.File methods (except where File refers to the HopObject prototype)

15 lines of code changed in:

tobi 2004-03-21 11:54

fixed bug in Helma.File.prototype.list()

1 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