Commit Log (Page 3 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: 2005-11-07 to 2005-09-23 (Commits 4259-4308 of 4408)

hannes 2005-11-07 23:10

* Split up existing functionality into "explore" and "query" tabs.
Third tab "map" is still disfunctional.

39 lines of code changed in:

hannes 2005-11-07 22:23

* Fix buglet in property editor that made it less usable on Firefox:
Use block display mode for visible divs and remove padding/margin defs
which weren't handled well.

2 lines of code changed in:

hannes 2005-11-07 22:20

* Change inspector skins to plain text format so they can be read, understood, modified etc.

223 lines of code changed in:

hannes 2005-11-07 19:18

* Cleaning up, first steps towards tabbed interface.

117 lines of code changed in:

hannes 2005-11-07 13:08

* Define helma.sqlshell object.

3 lines of code changed in:

tobi 2005-11-06 13:52

commit of updated library

0 lines of code changed in:

tobi 2005-11-06 13:50

fixed clip method according to latest changes in antvilleLib

17 lines of code changed in:

tobi 2005-11-06 13:45

hackish fix to allow clipping of urls w/o activating them

19 lines of code changed in:

tobi 2005-11-06 12:41

fixd activateURLs method according to changes in String.prototype.clip

1 lines of code changed in:

czv 2005-11-04 11:48

Added inspector and sqlshell as individual tools, integrated sqlshell with shell tool and improved integration of inspector in shell tool.

1161 lines of code changed in:

kris 2005-10-28 13:16

new build

0 lines of code changed in:

kris 2005-10-28 13:15

user string sorter based on constructor

1 lines of code changed in:

czv 2005-10-28 12:00

Integrated the inspector directly into the shell tool.

3 lines of code changed in:

kris 2005-10-28 11:32

new build with updated loop macro

0 lines of code changed in:

kris 2005-10-28 11:31

set default for param.order in loop macro

2 lines of code changed in:

czv 2005-10-28 10:34

Added helma.invalidate(realm) to invalidate a previously authenticated realm.
Changed authentication to optionally grant access from the specified hosts only. Instead of setting "realmAccessBlocked = true" you now need to set "realmAccessAllowed = false" in order to ban access to tools of that realm. To restrict access to a specific set of hosts, set "realmAccessAllowed = 192.168.0.1" as appropriate.

56 lines of code changed in:

tobi 2005-10-21 20:01

fixed clip method according to new signature

2 lines of code changed in:

hannes 2005-10-18 02:38

* Don't make author name bold.

1 lines of code changed in:

hannes 2005-10-18 02:37

* Cleaned up a bit, changed date format to "ago".

3 lines of code changed in:

hannes 2005-10-18 02:36

* Add support for "ago" format in craeate and modify dates.

12 lines of code changed in:

hannes 2005-10-18 02:34

* Add Nelson Minar's Ago-Library to Date prototype.

84 lines of code changed in:

hannes 2005-10-18 01:22

* (hackish) Focus first input element of edit form.

13 lines of code changed in:

hannes 2005-10-18 00:24

* Make async post requests work.

7 lines of code changed in:

hannes 2005-10-17 23:01

* Some progress on async saving of textareas. Request sending now
working decently, but serverside support is still missing.

38 lines of code changed in:

hannes 2005-10-16 20:34

* Link whole wiki expression to render undefined wiki links, but introduce new
css class "undefinedLink" (vs. "wikiLink" for defined links).
* Minor fix in list rendering.

4 lines of code changed in:

hannes 2005-10-15 23:11

* Fix date page body to display page listing again.

3 lines of code changed in:

hannes 2005-10-15 22:51

* Fix case in ul tag.

1 lines of code changed in:

hannes 2005-10-15 22:49

* Rewrite wiki list rendering to use Markup library. Code is a bit more complex,
but generates compliant markup for nested lists (the previous version didn't).

24 lines of code changed in:

hannes 2005-10-15 22:47

* Implement list tags (ul, ol, li).
* Introduce parent property.

27 lines of code changed in:

hannes 2005-10-15 22:44

* Simplify Page.textlinks_macro().

5 lines of code changed in:

hannes 2005-10-15 22:43

* Add header and backlinks to standard page contents skin.

4 lines of code changed in:

kris 2005-10-04 18:15

removed gallery support and image macros

1 lines of code changed in:

kris 2005-10-04 18:09

removed gallery support and image macros

0 lines of code changed in:

kris 2005-10-04 18:03

removed gallery support and image macros

2 lines of code changed in:

kris 2005-10-04 17:46

removed gallery macro

0 lines of code changed in:

kris 2005-10-04 17:41

removed gallery support in several image macros

5 lines of code changed in:

kris 2005-10-04 16:10

removed image topics

1 lines of code changed in:

kris 2005-10-04 15:54

removed image topics

0 lines of code changed in:

kris 2005-10-04 15:42

removed image topics

0 lines of code changed in:

czv 2005-10-01 21:56

Cleaned up and simplified shell and authentication code, now just using global skins, and added logout capability to shell.

229 lines of code changed in:

czv 2005-09-28 17:19

Changed structure for initialization handlers of bootstrapped tools to be more flexible in the tasks they perform.

12 lines of code changed in:

czv 2005-09-28 12:44

Alternative implementation of the authentication bootstrapping code, which does not pollute the HopObject namespace with predefined actions and skins. Both are instead stored in a Helma prototype. Skins are directly used from there, while actions are configurable through a realmAccessAction app or server property and are copied to the appropriate prototype (currently, just the HopObject namespace). On the downside, it currently requires the use of onStart(), which is a show stopper.

14 lines of code changed in:

kris 2005-09-26 19:07

sorry, checked in this instead of the lib.
reverted to old version

0 lines of code changed in:

kris 2005-09-26 18:59

now it's correct :-)

0 lines of code changed in:

kris 2005-09-26 18:54

bug fix in content_macro()

3 lines of code changed in:

kris 2005-09-26 18:49

now it's correct :-)

5 lines of code changed in:

kris 2005-09-26 18:45

new string.embody() in lib

0 lines of code changed in:

kris 2005-09-26 18:43

completely rewrote the regexp in string.embody

9 lines of code changed in:

czv 2005-09-25 19:50

Initial commit of helmaTools with a web based shell and minimal authentication bootstrapping.

29 lines of code changed in:

kris 2005-09-23 16:15

whitespaces instead of spaces as delimiter

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