Commit Log (Page 5 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-08-30 to 2005-07-28 (Commits 4159-4208 of 4408)

hannes 2005-08-30 13:06

* Always render full file path because sources may be scattered in different repositories.

4 lines of code changed in:

tobi 2005-08-26 16:03

updated README.txt

1 lines of code changed in:

tobi 2005-08-26 15:55

moved inspector code to helmaLib; left wrapper action for convenience

8 lines of code changed in:

tobi 2005-08-26 15:50

forced commit due to accidental remove

5 lines of code changed in:

hannes 2005-08-26 12:37

* added support for colgroup and col elements (adopted from robert's svnbrowser)

17 lines of code changed in:

hannes 2005-08-24 13:53

* Refined list table style a bit

9 lines of code changed in:

hannes 2005-08-24 13:45

Reworked wiki link rendering a bit:
* Also use wiki service for looking up pages (doh!)
* Use Markup lib to render wiki links
* Extract wiki page lookup with hackisch singular/plural code into separate getWikiPage() function

29 lines of code changed in:

hannes 2005-08-24 13:10

* Improved styles for table listing (borrowed some css from Svn Browser)
* Added some styling to textarea and input fields

38 lines of code changed in:

hannes 2005-08-24 12:31

* Fix this._actions: link editor page is called link.page, not linkedit.page

1 lines of code changed in:

hannes 2005-08-24 12:27

* Use system:service:wiki service link to find out where new wiki pages should be created.

4 lines of code changed in:

hannes 2005-08-24 11:32

* Create new Wiki Page on the same level as the page containing the wiki link, if possible.

2 lines of code changed in:

hannes 2005-08-23 23:27

* Use getChildElement in Page.getPage() so extensions which use their
own storage (e.g. SvnBrowser) are addressable via Wiki links.

9 lines of code changed in:

hannes 2005-08-23 18:58

* Add support for pre tag.

8 lines of code changed in:

tobi 2005-08-23 15:38

added timeout methods;
added debug and error methods.

97 lines of code changed in:

hannes 2005-08-22 23:41

* Introduce Page.getPathLink() and Page.getPathName() to let page prototypes
control how they are displayed in the path and list view.

25 lines of code changed in:

hannes 2005-08-21 12:44

* Fix access permissions for diff resetting/deleting

12 lines of code changed in:

hannes 2005-08-21 12:42

Remove unfinished onkeydown handler

0 lines of code changed in:

hannes 2005-08-20 11:25

* Do not use empty element for script tag, Konqueror doesn't like/load it.

1 lines of code changed in:

hannes 2005-08-20 11:24

* Some browsers throw exception when sending null body to XmlHTTPRequest.
Others may need this, so we wrap it into try-catch.

5 lines of code changed in:

hannes 2005-08-20 11:11

* Add type attribute to script element.

2 lines of code changed in:

hannes 2005-08-20 02:17

Clean up after previous change

3 lines of code changed in:

hannes 2005-08-20 02:04

Fully implement list tag rendering for nested ordered or unordered lists.

42 lines of code changed in:

hannes 2005-08-19 22:54

* Return false from toggleElement() and loadContent() as convenience for onclick handlers.
* Remove unused function
* Rename arguments in toggleElement()

6 lines of code changed in:

hannes 2005-08-19 22:17

* Renamed setInnerHtml() to setElementContent()
* Added arguments to toggleElement() to change content of trigger
* Enhanced AJAX functionality with loadContent(url, id)

88 lines of code changed in:

hannes 2005-08-19 16:01

Use actions to deliver stylesheet and javascript to client rather than embedding them in html

33 lines of code changed in:

hannes 2005-08-19 11:38

Update _actions

6 lines of code changed in:

hannes 2005-08-19 11:06

* Fix Permission editors.
* Always convert property names to upper case in LookupList.extractAttribute()

33 lines of code changed in:

hannes 2005-08-19 11:04

Changed action order in _actions

2 lines of code changed in:

hannes 2005-08-19 10:05

Fix new permission handling: set action name to upper case to allow action names
that are reserved javascript words like "delete" as javascript objects property names

9 lines of code changed in:

hannes 2005-08-19 00:37

Fix skin editor, allow skin switching from GET requests

2 lines of code changed in:

hannes 2005-08-18 16:03

There's no owner reference, use creator to check ownership.

1 lines of code changed in:

hannes 2005-08-18 15:49

Update _actions to new permission infrastructure

4 lines of code changed in:

hannes 2005-08-12 11:28

* code/Global/Startup.js: remove obsolete permission setting in root.

4 lines of code changed in:

hannes 2005-08-08 17:28

Remove old get/setPermission() (may break other old code)

0 lines of code changed in:

hannes 2005-08-06 22:12

Make getPermissions() a bit more robust regarding old XML-encoded permission objects

3 lines of code changed in:

hannes 2005-08-06 21:58

* Reimplemented permission framework more ore less from scratch
* More splitting up of Page/Page.js into Page/Manage.js and Page/Permissions.js

407 lines of code changed in:

hannes 2005-08-06 21:52

Implement inherit argument for getLin()

7 lines of code changed in:

hannes 2005-08-06 21:51

Implement set/getData() as replacement for set/getXmlData(), using Rhino's
eval() and uneval() to produce much simpler object representations than Helma's
XML presentation. (thanks, Chris, took a long time to get it)

30 lines of code changed in:

hannes 2005-08-06 21:49

Implement toString()

3 lines of code changed in:

hannes 2005-08-06 21:49

Implement extractAttribute() that allows to extract specific attributes from the
elements of a list to a property holder object.

15 lines of code changed in:

hannes 2005-08-06 21:47

Added support for h1..6 header tags

48 lines of code changed in:

hannes 2005-08-06 21:46

Use right angle quotes as path separators

2 lines of code changed in:

robert 2005-08-05 17:08

initial check-in: an ssh-client for helma, based on j2ssh (http://sourceforge.net/projects/sshtools).
currently supports scp and execution of single-line commands, and authentication
using username+pwd or key+passphrase

165 lines of code changed in:

tobi 2005-08-03 23:06

fixed bug caused by http responses having a content length of -1
(which means it's not determined and that there *can* be content)

1 lines of code changed in:

hannes 2005-08-03 03:25

Implement separate readElementsForm() function
Use _formproperties.children as container for form element descriptors

4 lines of code changed in:

hannes 2005-08-03 03:24

Use _formproperties.children as container for form element descriptors

1 lines of code changed in:

hannes 2005-08-03 03:22

Make label in checkbox editor clickable

3 lines of code changed in:

hannes 2005-08-03 03:21

set children property to empty array if children parameter is undefined

1 lines of code changed in:

hannes 2005-07-28 01:27

Use no date rather than current date as default in date editor

5 lines of code changed in:

hannes 2005-07-28 00:48

Replace Html.dropDown() with Html.select()

2 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