Commit Log (Page 37 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: 2003-05-29 to 2003-03-25 (Commits 2559-2608 of 4408)

tobi 2003-05-29 18:09

put everything inside <dc:rights> tags into prefix/suffix to ensure xml encoding of copy sign (c)

8 lines of code changed in:

hannes 2003-05-09 16:12

Allow for text parameters in story.onlinelink and topic.addstory macros

40 lines of code changed in:

hannes 2003-05-09 15:38

Fix typo (klick/click)

2 lines of code changed in:

hannes 2003-04-16 16:21

Use password input field for password in manage/makekey

2 lines of code changed in:

hannes 2003-04-16 16:10

Include hint about *gong sidebar*.

2 lines of code changed in:

hannes 2003-04-15 11:31

* Use capitalization from source text in generated wiki links
* Consider name with appended 's' (plural form) as definition name
* Allow dots ('.') in wiki page names.

4 lines of code changed in:

hannes 2003-04-15 11:28

Allow dots ('.') in wiki page names.

1 lines of code changed in:

hannes 2003-04-15 11:27

Include siteName in page header line

1 lines of code changed in:

hannes 2003-04-15 11:27

just removing empty lines

0 lines of code changed in:

hannes 2003-04-15 11:20

* Split main template into main.skin and page.skin
* Removed obsolete readme.txt
* Added notfound page
* Updated text on main page to contain a link to the mailing list

65 lines of code changed in:

hannes 2003-04-14 16:23

Allow for stories with online-status 1 not to have a topic. (see log msg for
story/objectFunctions.js and storymgr/objectFunctions.js)

14 lines of code changed in:

hannes 2003-04-14 16:15

Do not complain about missing topic when editing or creating a story,
even if its onlinestatus is 1. This error isn't right anymore because
there isn't a "add to topic" anymore, just a "add to front page" which
the user has deselected. Also, there are enough cases where an author
would want a story to be neither on the frontpage nor in a topic.

8 lines of code changed in:

hannes 2003-04-14 16:10

Redirect to comment anchor (#comment-id) after creating a comment

6 lines of code changed in:

hannes 2003-04-14 15:58

Fixed indentation

12 lines of code changed in:

hannes 2003-04-14 15:51

Redirect to comment anchor (#comment-id) after creating or editing a comment

6 lines of code changed in:

tobi 2003-04-11 15:37

modified res.data.title

4 lines of code changed in:

tobi 2003-04-11 15:35

had to move "last update on" prefix from skin to lastupdate_macro() in site/macros.js to avoid redundant output

18 lines of code changed in:

hannes 2003-04-11 15:24

added "use antville;"
fixed statement for TEXT_ALIAS column.

10 lines of code changed in:

hannes 2003-04-11 14:51

Check for exsistence of this.creator to make script more stable.

6 lines of code changed in:

hannes 2003-04-11 14:49

Also escape \ in search function.
Add postprocessHref() function for virtual host setup.

32 lines of code changed in:

tobi 2003-04-11 14:48

changed naming "rules" to derive an alias from the filename for file upload:

* myfile will become "myfile" w/o filetype
* myfile.foo will become "myfile" w/ filetype "foo"
* myfile.foo.bar will become "myfile" w/ filetype "bar"
* .myfile will become "myfile" w/ filetype "myfile"
* .myfile.foo will become "myfile" w/ filetype "foo"
* ".myfile.foo.bar" will become "myfile" w/ filetype "bar"

filenames beginning with a period thus will be transformed into generic ones to avoid them being
invisible on certain operating systems and/or to avoid possible exploits.

10 lines of code changed in:

hannes 2003-04-11 14:48

Introduce defaultHost property for virtual server setup.

8 lines of code changed in:

tobi 2003-04-11 14:36

modified output of clicks_macro() to always output the current value plus "dowlooads" by default

6 lines of code changed in:

robert 2003-04-11 12:16

requestcnt is set to 0 when creating a new file (instead of leaving null)

2 lines of code changed in:

robert 2003-04-11 12:15

added defaults in clicks-macro

2 lines of code changed in:

tobi 2003-04-11 11:35

fixed a bug in buildAliasFromFile() that prevented files beginning with a period from getting an alias

6 lines of code changed in:

robert 2003-04-11 11:34

menu.gif is now completely transparent

0 lines of code changed in:

tobi 2003-04-11 11:34

modified logo_macro to always return something, thus even <% logo %> w/o a name param renders an antville logo

2 lines of code changed in:

tobi 2003-04-11 11:32

moved colon as prefix into <% this.clicks %> macro

2 lines of code changed in:

tobi 2003-04-11 11:31

* improved clicks_macro() to display custom texts for each possible amount (0, 1, more)
* added return; at the end of functions where it was missing

34 lines of code changed in:

tobi 2003-04-10 17:26

trimmed part variable if the story text is used as linked title in content_macro()

6 lines of code changed in:

robert 2003-04-10 16:58

modified content_macro(): display three dots if title should appear as link and both title and text are empty after stripping tags

8 lines of code changed in:

tobi 2003-04-10 15:53

removed redundant <div> tag (already contained in site/page.skin)

6 lines of code changed in:

tobi 2003-04-10 15:52

changed link url output in <% logo %> macro to "http://antville.org"

2 lines of code changed in:

tobi 2003-04-10 15:52

modified alt tags of antville logos (now showing "made with antville")

18 lines of code changed in:

tobi 2003-04-10 12:43

added encoding="xml" parameter in <% param.email %>

2 lines of code changed in:

tobi 2003-04-10 12:16

added TEXT_ALIAS column to AV_TEXT table for future use

8 lines of code changed in:

hannes 2003-04-08 14:28

Format the page's text in one sweep when it's done instead of
piece for piece. This is necessary because of the new HTML tag
balancing feature in Helma's format() function (might be a good idea
to make that optional!)

3 lines of code changed in:

hannes 2003-04-08 13:36

made home page item name switchable (defaults to 'home' now)

15 lines of code changed in:

robert 2003-04-07 23:01

simplified evalNewStory(): use the second parameter onlinedefault if param.online is null

6 lines of code changed in:

robert 2003-04-07 23:01

simplified evalStory(): use the second parameter onlinedefault if param.online is null

6 lines of code changed in:

robert 2003-04-07 23:00

changed justintopic_macro() and addtofront_macro(): both now render a checkbox plus a hidden input ("onlinedefault") so that the editor "remembers" the users selection in case of a redirect back into editing form

66 lines of code changed in:

robert 2003-04-07 22:59

- modified renderInputCheckbox: use value 1 only if no value was passed in parameter object
- fixed indentation

186 lines of code changed in:

hannes 2003-04-04 11:35

imgWindow.focus() causes strange bug on mozilla where the image
is loaded in the main window. Since the image is newly created
anyway, calling focus() shouldn't be necessary anyhow.

2 lines of code changed in:

hannes 2003-04-04 10:53

Move alt-text below the image.

4 lines of code changed in:

hannes 2003-04-04 10:52

* fix CSS class name (storyTitle instead of storytitle)
* display alt-text as normal text instead of storyTitle
* move image info below the name into a separate line
* use <div> instead of <span><br> where approprate

10 lines of code changed in:

hannes 2003-04-04 10:44

Improvements on image and file preview:

* fix CSS class name (storyTitle instead of storytitle)
* move file/image info below the name into a separate line
* use <div> instead of <span><br> where approprate

24 lines of code changed in:

tobi 2003-04-01 14:13

improved output of items w/o title

16 lines of code changed in:

robert 2003-03-27 10:15

changed deleteStory(): only set lastupdate of site to new Date() if deleted story was online

12 lines of code changed in:

tobi 2003-03-25 17:12

remove page title and replaced <p /> with <br />

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