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-03-03 to 2003-02-06 (Commits 2409-2458 of 4408)
- format-patterns (short and long) are now stored in constant arrays
- changed default-formats for dates (short and long) in formatTimestamp()
- removed rescueing of req.data.submit and req.data.save in rescueText(). this means that a user who lost the session while writing a story will be redirected to the story-form instead of directly saving the story.
64 lines of code changed in:
confirm.resultDisplay only gets two parameter values
6 lines of code changed in:
dbpatch for adding standard menu image "manage"
8 lines of code changed in:
added insert statement for standard menu image "manage"
6 lines of code changed in:
added standard menu header image "manage"
0 lines of code changed in:
fixed the set of site.macros: somehow the line got cutted, leaving "topicl" at the end
2 lines of code changed in:
Renamed variable container to collection, which is more consistent with
Helma terminology.
10 lines of code changed in:
removed explicit setting of property name to avoid login problems for users registering a mixed case username. without this all usernames are converted to lowercase by register(), otherwise users won't be able to login again if the db is case sensitive.
0 lines of code changed in:
Added /rss?show=all option to site/rss.hac that allows comments to be
included in the rss output. The mod is very simple, it just uses the
allcontent collection instead of allstories to create the output.
12 lines of code changed in:
Fixed indentation, which was partially messed up. Now uniformly
using 3 spaces instead of tabs.
40 lines of code changed in:
modified formatTimestamp(): re-added setting the timezone, otherwise defining a different timezone in site-preferences has no effect at all (see http://help.antville.org/stories/299705/)
4 lines of code changed in:
Added getUserInfo() to list of functions callable via XML-RPC
See http://groups.yahoo.com/group/bloggerDev/message/315
4 lines of code changed in:
Added getUserInfo() - Blogger API function that retrieves a user's info.
See http://groups.yahoo.com/group/bloggerDev/message/315
38 lines of code changed in:
minor layout change
2 lines of code changed in:
removed smalltrans-image (which is not needed anymore)
44 lines of code changed in:
added local anchors for each section
6 lines of code changed in:
removed antville.org-specific images and replaced them with neutral ones
0 lines of code changed in:
if site doesn't contain any stories display standard welcome text plus additional explanations if current user is the site-owner or system-administrator
24 lines of code changed in:
directly redirect to form for creating a new site if there are no sites
4 lines of code changed in:
removed antville.org-specific text from frontpage
0 lines of code changed in:
changed standard links in navigation-bar
- added link for creating a new weblog
- added links to help.antville.org, project.antville.org and macros.antville.org
- changed embedded sitecounter-macro to display the correct string depending on the number of sites
8 lines of code changed in:
added description for third "task" (create the first weblog)
4 lines of code changed in:
changed text
2 lines of code changed in:
initial check-in
10 lines of code changed in:
changed renderStorylist(): removed the check if site has already stories (this is done in site/main.hac now)
0 lines of code changed in:
changed online_macro(): added support for optional attributes "yes" and "no" (so users can now define the text that should appear in either case)
6 lines of code changed in:
changed sitecounter_macro(): it now accepts optional attributes "no","one" and "more" (works similar to story/commentcounter_macro())
14 lines of code changed in:
create-action now fits the needs of the new story-editor
2 lines of code changed in:
edit-action now fits the needs of the new story-editor
2 lines of code changed in:
implemented new story-editor (as done on twoday.net)
38 lines of code changed in:
- changed editableby_macro(): it now produces three radio-buttons instead of one dropdown-box
- implemented justintopic_macro()
(contributed by michi platzer)
50 lines of code changed in:
changed input_macro() to handle input type=radio too (contributed by michi platzer)
10 lines of code changed in:
modified evalNewStory because story/edit.skin changed, but it's still backwards-compatible to the old story-editor
10 lines of code changed in:
modified evalStory because story/edit.skin changed, but it's still backwards-compatible to the old story-editor
16 lines of code changed in:
rewrote evalSite, creating a new site is now logged in syslog
36 lines of code changed in:
implemented icon-handling (contributed by michi platzer)
14 lines of code changed in:
replaced app.__app__.getAppDir() with File (app.dir)
2 lines of code changed in:
- removed some senseless checks for param-object (if the param-object isn't existing it's an error)
- implemented renderInputRadio (contributed by michi platzer)
30 lines of code changed in:
changes in css for new storyeditor-skin:
added new css-classes "fieldset" and "fieldset p", changed formTitle and formText
24 lines of code changed in:
modified poll/calcPercent() function to calculate percentages of poll votes to become global/percentage()
34 lines of code changed in:
removed shortcuts from antville. support of shortcut is now optional via zip module
2 lines of code changed in:
removed shortcut support which is now available as zip module
0 lines of code changed in:
replaced remaining tabs with three spaces
8 lines of code changed in:
added _parent-definitions
6 lines of code changed in:
removed one ending span tag (http://project.antville.org/stories/289769)
2 lines of code changed in:
added _parent-definition (might fix this problem: http://project.antville.org/stories/288682/)
2 lines of code changed in:
re-enabled caching of backlinks
2 lines of code changed in:
* Use root.storiesByID to access stories in writeReadLog(). This doesn't require
loading the full story index anymore and is usually faster than loading the site
and all its substories.
* Rely more on default values when constructing Hashtables and Vectors. The first
time go with the default size, then just use the last size as initial size for the new
ones. This is because adjusting the capacity of a Vector or Hashtable with less
then 1000 objects is usually a no-brainer performance-wise.
12 lines of code changed in:
Added accessname=TEXT_ID to storiesByID.
This is a trick to prevent the subnode index from being loaded when accessing
a single story.
4 lines of code changed in:
added several macros and story ids
90 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