Commit Log (Page 8 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-04-07 to 2005-02-12 (Commits 4009-4058 of 4408)

hannes 2005-04-07 02:25

Fix indentation - replace tabs with spaces

25 lines of code changed in:

hannes 2005-04-07 02:17

Preserve edited links from submitted form, if available

11 lines of code changed in:

hannes 2005-04-07 02:06

Avoid running into null pointer troubles in getLinks()

2 lines of code changed in:

hannes 2005-04-07 01:58

Fix padding in link editor popup list

1 lines of code changed in:

hannes 2005-04-07 01:54

Enhanced link editor

56 lines of code changed in:

hannes 2005-04-07 00:14

Remove minimal height for link editor.

0 lines of code changed in:

hannes 2005-04-06 22:51

Make link editor work with Internet Explorer, plus minor improvements.

9 lines of code changed in:

hannes 2005-04-06 22:20

Improve layout for link editor

18 lines of code changed in:

hannes 2005-04-06 21:50

Fix missing comma in previous commit

2 lines of code changed in:

hannes 2005-04-06 21:46

Update Root._actions to contain history, diff and linkedit

7 lines of code changed in:

hannes 2005-04-06 18:52

Add linkedit to _actions

5 lines of code changed in:

tobi 2005-04-04 20:03

modified getJavaPrimitve to be a prototype rather than an instance method

16 lines of code changed in:

tobi 2005-04-04 15:51

* added semicolons where missing
* incremented linefeeds between methods wherever it looked too dense

75 lines of code changed in:

tobi 2005-04-04 15:42

fixed but in isEmail method that caused exception

1 lines of code changed in:

tobi 2005-04-04 15:37

* added missing semicolons
* added isEmail method

64 lines of code changed in:

tobi 2005-04-04 15:17

fixed typo

1 lines of code changed in:

tobi 2005-04-04 15:16

converted linefeeds from dos to unix

1 lines of code changed in:

tobi 2005-04-04 15:15

* added var statement before any global variable where missing
* converted linefeeds from dos to unix

166 lines of code changed in:

tobi 2005-04-04 14:22

* fixed ugly bug that caused content property being empty due to a content length of -1
* implemented per-request proxy support (only working with java version 1.5 and higher)

20 lines of code changed in:

tobi 2005-04-02 17:02

fixed descending order

2 lines of code changed in:

tobi 2005-04-02 17:01

implemented http.Request that is called by http.get (which is new as well) and http.ping methods

132 lines of code changed in:

tobi 2005-03-29 17:43

implemented Helma.Image.getInfo method

58 lines of code changed in:

tobi 2005-03-27 23:24

fixed bug that prevented If-None-Match headers (ETags) from being generated

1 lines of code changed in:

tobi 2005-03-18 12:02

made first step to better fulfill naming conventions (prototypes starting uppercase, instances lowercase) by remaining full backwards-compatibility

9 lines of code changed in:

tobi 2005-03-18 12:01

fixed syntax error

1 lines of code changed in:

tobi 2005-03-18 11:54

slightly improved package script for dos

7 lines of code changed in:

tobi 2005-03-18 11:53

moved Java.getPrimitive method to util.getJavaPrimitive (Java object will be obsolete, soon)

19 lines of code changed in:

hannes 2005-03-10 12:25

Add Space prototype as base type for pages that act as spaces.
Make Root _extend Space.

2 lines of code changed in:

hannes 2005-03-10 12:23

Minor bug in message output of move.page

1 lines of code changed in:

hannes 2005-03-10 12:22

Add function Action.hide()

5 lines of code changed in:

hannes 2005-03-10 12:21

Make absolute path names work in Page.getPage()

2 lines of code changed in:

hannes 2005-03-10 12:19

Remove dependency on TableWriter.buffer() function

8 lines of code changed in:

hannes 2005-03-10 12:19

Remove debug messages

1 lines of code changed in:

hannes 2005-03-10 12:06

Upgrade to AntvilleLib 1.4

0 lines of code changed in:

hannes 2005-03-09 15:16

Fix square bracket in Regexp.

1 lines of code changed in:

hannes 2005-03-09 15:08

Don't allow umlauts in page names.

1 lines of code changed in:

hannes 2005-03-09 15:08

Child objects must be accessed using get(), can't be accessed as properties.

2 lines of code changed in:

tobi 2005-03-07 23:44

added Sorter constructor

50 lines of code changed in:

tobi 2005-03-02 12:45

bugfix: writeReadLog tried to retrieve stories from recently removed root.storiesByID collection; replaced with Story.getById method

1 lines of code changed in:

robert 2005-03-01 14:32

added equals() method that compares a date object with one passed as argument up to
a given extend.

156 lines of code changed in:

tobi 2005-02-19 13:08

bugfix: previous commit (which removed the setContent methods) caused antville to
not record any story or comment data at all. thus, i added the content.setAll method in
place of the removed setContent calls.

4 lines of code changed in:

tobi 2005-02-14 14:25

changed Helma.db.getName to Helma.db.getProductName

1 lines of code changed in:

tobi 2005-02-14 14:11

*** empty log message ***

1 lines of code changed in:

robert 2005-02-13 16:05

changed debug output of search_action

3 lines of code changed in:

robert 2005-02-13 15:53

removed collection "storiesById" of root, using Story.getById() instead to retrieve a story with a given id.

29 lines of code changed in:

robert 2005-02-13 15:04

minor fix

1 lines of code changed in:

robert 2005-02-13 14:58

* reworked layout export: image-metadata is exported even if the file itself is missing, cleaned up code
* fixed bug 409 (http://helma.org/bugs/show_bug.cgi?id=409)

46 lines of code changed in:

robert 2005-02-13 14:33

removed setContent(): the rawtext is of no use anymore since search is now using lucene

0 lines of code changed in:

robert 2005-02-12 17:20

fixed wrong message key

1 lines of code changed in:

robert 2005-02-12 17:11

* modified search-action: omit offline stories/comments. this leads to the total number of hits being "adjusted" on subsequent pages (the total number of hits is calculated on the fly since we can't know how many following stories/comments will be offline)
* use static method getById() of prototype Story to fetch the story/comment

25 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