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)
put everything inside <dc:rights> tags into prefix/suffix to ensure xml encoding of copy sign (c)
8 lines of code changed in:
Allow for text parameters in story.onlinelink and topic.addstory macros
40 lines of code changed in:
Fix typo (klick/click)
2 lines of code changed in:
Use password input field for password in manage/makekey
2 lines of code changed in:
Include hint about *gong sidebar*.
2 lines of code changed in:
* 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:
Allow dots ('.') in wiki page names.
1 lines of code changed in:
Include siteName in page header line
1 lines of code changed in:
just removing empty lines
0 lines of code changed in:
* 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:
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:
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:
Redirect to comment anchor (#comment-id) after creating a comment
6 lines of code changed in:
Fixed indentation
12 lines of code changed in:
Redirect to comment anchor (#comment-id) after creating or editing a comment
6 lines of code changed in:
modified res.data.title
4 lines of code changed in:
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:
added "use antville;"
fixed statement for TEXT_ALIAS column.
10 lines of code changed in:
Check for exsistence of this.creator to make script more stable.
6 lines of code changed in:
Also escape \ in search function.
Add postprocessHref() function for virtual host setup.
32 lines of code changed in:
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:
Introduce defaultHost property for virtual server setup.
8 lines of code changed in:
modified output of clicks_macro() to always output the current value plus "dowlooads" by default
6 lines of code changed in:
requestcnt is set to 0 when creating a new file (instead of leaving null)
2 lines of code changed in:
added defaults in clicks-macro
2 lines of code changed in:
fixed a bug in buildAliasFromFile() that prevented files beginning with a period from getting an alias
6 lines of code changed in:
menu.gif is now completely transparent
0 lines of code changed in:
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:
moved colon as prefix into <% this.clicks %> macro
2 lines of code changed in:
* 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:
trimmed part variable if the story text is used as linked title in content_macro()
6 lines of code changed in:
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:
removed redundant <div> tag (already contained in site/page.skin)
6 lines of code changed in:
changed link url output in <% logo %> macro to "http://antville.org"
2 lines of code changed in:
modified alt tags of antville logos (now showing "made with antville")
18 lines of code changed in:
added encoding="xml" parameter in <% param.email %>
2 lines of code changed in:
added TEXT_ALIAS column to AV_TEXT table for future use
8 lines of code changed in:
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:
made home page item name switchable (defaults to 'home' now)
15 lines of code changed in:
simplified evalNewStory(): use the second parameter onlinedefault if param.online is null
6 lines of code changed in:
simplified evalStory(): use the second parameter onlinedefault if param.online is null
6 lines of code changed in:
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:
- modified renderInputCheckbox: use value 1 only if no value was passed in parameter object
- fixed indentation
186 lines of code changed in:
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:
Move alt-text below the image.
4 lines of code changed in:
* 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:
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:
improved output of items w/o title
16 lines of code changed in:
changed deleteStory(): only set lastupdate of site to new Date() if deleted story was online
12 lines of code changed in:
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