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: 2002-12-18 to 2002-12-02 (Commits 2259-2308 of 4408)
use sitename in listPages.hac
4 lines of code changed in:
Include "gong sidebar" into main skin
22 lines of code changed in:
Added include macro to include pages
12 lines of code changed in:
Added diff, feature to see specific versions, and cleaned up code.
170 lines of code changed in:
Added bgcolor macro to make background color settable via app.properties
9 lines of code changed in:
added bgcolor property
3 lines of code changed in:
Use pagetitle macro instead of static "Gong!" page title
1 lines of code changed in:
Added pagetitle_macro that generates a reasonable page title for every page.
The page title is composed of the sitename property (if it's set) and the name
of the currently viewed page item.
10 lines of code changed in:
Added sitename property
4 lines of code changed in:
Renamed "Gong" link to "Start".
2 lines of code changed in:
changed image_macro():
- fixed a bug that lead to a thumbnail not being linked to the fullsize-image
- in case of a popup the onClick-handler is moved to the image-tag, the a-tag still contains just the link to the fullsize-image which should help those who have javascript disabled
changed linkedpath_macro() so that last item in breadcrumb-navigation is a link too if req.action != main and there is a main-action
24 lines of code changed in:
added function getNavigationName()
20 lines of code changed in:
added function getNavigationName() that displays either the title of a story/comment or a standard string containing the id
28 lines of code changed in:
popupUlr() now uses (cached) getStaticUrl() instead of doing the same thing too
4 lines of code changed in:
changed linkedpath_macro(): the last item in the breadcrumb-navigation is now also linked if req.action != main and there is a main_action
16 lines of code changed in:
added a constant named array DISPLAY which contains the strings that should be displayed instead of the prototype-names (used in global linkedpath_macro() resp. getNavigationName())
36 lines of code changed in:
added function getNavigationName() which overrides the hopobject-function to display the groupname of a day as a nicely formatted timestamp
22 lines of code changed in:
removed prefetchChildren()
0 lines of code changed in:
renderStorylist is now using prefetchChildren since all stories of a day will be displayed on one page
2 lines of code changed in:
renderStorylist() now uses prefetchChildren (backport from antville.org)
2 lines of code changed in:
removed UTF-8 encoding in header
2 lines of code changed in:
backport from antville.org: topic_macro now retrieves the topic of a story from the site-object to get the correct href()
6 lines of code changed in:
removed UTF-8-encoding at beginning of file (backport from antville.org)
4 lines of code changed in:
bugfix: Math.min takes only two arguments (backport from antville.org)
4 lines of code changed in:
removed loadmode aggressive (backport from antville.org)
2 lines of code changed in:
renderImagelist now uses prefetchChildren() for preloading (backport from antville.org)
4 lines of code changed in:
added href_macro() (backport from antville.org)
20 lines of code changed in:
change in doWikiStuff: check if src is null (backport from antville.org, although doWikiStuff is not in use anymore)
4 lines of code changed in:
usernames are now linked to the url specified in users preferences (backport from antville.org)
16 lines of code changed in:
removed aggressive loadmode (backport from changes on antville.org)
0 lines of code changed in:
renamed prototype thing to page
also adapted some of the function names accordingly
30 lines of code changed in:
* adapted the application to helma 1.2, i.e. new type.properties and skins instead of hsp-templates
* enabled macros in wikithings
* implemented macro to render the text of certain other wikithings into the layout, resp. into other wikithings
* couple of minor bug fixes
181 lines of code changed in:
history_macro() now uses the lastmod-collection instead of allcontent
6 lines of code changed in:
added collection lastmod (limited to 100 objects) which is used by history_macro()
14 lines of code changed in:
Membership child objects aren't accessible by their id anymore.
Use the member's user name instead.
6 lines of code changed in:
changed createtime_macro(): if the optional attribute as="link" is given the createtime of the story is rendered as link to the frontpage of the day.
22 lines of code changed in:
rewrote backlinks_macro() again:
- added optional attribute "exclude": users can now list servers that should not appear in backlinks-list (comma-delimited strings)
- enabled caching also for empty backlinks to reduce db-traffic
58 lines of code changed in:
rewrote backlinks_macro():
- backlinks are now limited to 100 (if attribute limit is not set in macro-call)
- changed to java.lang.StringBuffer() instead of using a JS-String
- rendered backlinks are now cached since they won't change until the next scheduler-run
90 lines of code changed in:
now setting app.data.lastAccessLogUpdate to new Date() after scheduler has written the referrers into db. this property is used to check if cached backlinks of a story should be re-rendered or not (in backlinks_macro() of prototype story)
14 lines of code changed in:
relatedtopics_macro() now simply returns to avoid unnecessary db-traffic
2 lines of code changed in:
updated to latest changes
14 lines of code changed in:
- included link to manage console (but not if pages are rendered to static html)
- nicer feedback after rendering
32 lines of code changed in:
fixed problem with type.properties pointing to non-existing prototypes
6 lines of code changed in:
render_action: fixed problem with regex parsing of links with anchors
10 lines of code changed in:
- moved key-generation from a global function to root/makekey.hac
- added a nice feedback skin
102 lines of code changed in:
added section about helma, reformatted text
242 lines of code changed in:
changed several macros: now using res.handlers.site instead of path.site to ensure these macros are working also for sites mirrored on the main frontpage
18 lines of code changed in:
changed to querying for res.handlers.site instead of path.site in case we should display a site-frontpage instead of the static root frontpage
4 lines of code changed in:
now assigning the site-object instead of just the alias of the site to avoid unneccessary get()-calls in onRequest()
2 lines of code changed in:
changed several functions: now using res.handlers.site instead of path.site to ensure these functions are working also for sites mirrored on the main frontpage
24 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