Commit Log (Page 43 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: 2002-12-18 to 2002-12-02 (Commits 2259-2308 of 4408)

hannes 2002-12-18 15:59

use sitename in listPages.hac

4 lines of code changed in:

hannes 2002-12-18 15:48

Include "gong sidebar" into main skin

22 lines of code changed in:

hannes 2002-12-18 15:47

Added include macro to include pages

12 lines of code changed in:

hannes 2002-12-18 13:46

Added diff, feature to see specific versions, and cleaned up code.

170 lines of code changed in:

hannes 2002-12-18 12:00

Added bgcolor macro to make background color settable via app.properties

9 lines of code changed in:

hannes 2002-12-18 11:59

added bgcolor property

3 lines of code changed in:

hannes 2002-12-18 11:55

Use pagetitle macro instead of static "Gong!" page title

1 lines of code changed in:

hannes 2002-12-18 11:55

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:

hannes 2002-12-18 11:54

Added sitename property

4 lines of code changed in:

hannes 2002-12-18 11:29

Renamed "Gong" link to "Start".

2 lines of code changed in:

robert 2002-12-17 22:56

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:

robert 2002-12-17 22:54

added function getNavigationName()

20 lines of code changed in:

robert 2002-12-17 22:53

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:

robert 2002-12-17 22:52

popupUlr() now uses (cached) getStaticUrl() instead of doing the same thing too

4 lines of code changed in:

robert 2002-12-17 22:51

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:

robert 2002-12-17 22:50

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:

robert 2002-12-17 22:49

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:

robert 2002-12-17 22:30

removed prefetchChildren()

0 lines of code changed in:

robert 2002-12-17 22:28

renderStorylist is now using prefetchChildren since all stories of a day will be displayed on one page

2 lines of code changed in:

robert 2002-12-17 22:21

renderStorylist() now uses prefetchChildren (backport from antville.org)

2 lines of code changed in:

robert 2002-12-17 22:16

removed UTF-8 encoding in header

2 lines of code changed in:

robert 2002-12-17 22:15

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:

robert 2002-12-17 22:13

removed UTF-8-encoding at beginning of file (backport from antville.org)

4 lines of code changed in:

robert 2002-12-17 22:09

bugfix: Math.min takes only two arguments (backport from antville.org)

4 lines of code changed in:

robert 2002-12-17 21:49

removed loadmode aggressive (backport from antville.org)

2 lines of code changed in:

robert 2002-12-17 21:48

renderImagelist now uses prefetchChildren() for preloading (backport from antville.org)

4 lines of code changed in:

robert 2002-12-17 21:38

added href_macro() (backport from antville.org)

20 lines of code changed in:

robert 2002-12-17 21:35

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:

robert 2002-12-17 21:32

usernames are now linked to the url specified in users preferences (backport from antville.org)

16 lines of code changed in:

robert 2002-12-17 21:25

removed aggressive loadmode (backport from changes on antville.org)

0 lines of code changed in:

michi 2002-12-17 18:48

renamed prototype thing to page
also adapted some of the function names accordingly

30 lines of code changed in:

michi 2002-12-17 10:49

* 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:

robert 2002-12-15 14:20

history_macro() now uses the lastmod-collection instead of allcontent

6 lines of code changed in:

robert 2002-12-15 14:20

added collection lastmod (limited to 100 objects) which is used by history_macro()

14 lines of code changed in:

hannes 2002-12-11 16:28

Membership child objects aren't accessible by their id anymore.
Use the member's user name instead.

6 lines of code changed in:

robert 2002-12-08 18:10

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:

robert 2002-12-08 16:37

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:

robert 2002-12-08 14:49

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:

robert 2002-12-08 14:47

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:

robert 2002-12-05 13:10

relatedtopics_macro() now simply returns to avoid unnecessary db-traffic

2 lines of code changed in:

stefanp 2002-12-04 11:07

updated to latest changes

14 lines of code changed in:

stefanp 2002-12-04 10:36

- included link to manage console (but not if pages are rendered to static html)
- nicer feedback after rendering

32 lines of code changed in:

stefanp 2002-12-04 10:35

fixed problem with type.properties pointing to non-existing prototypes

6 lines of code changed in:

stefanp 2002-12-04 10:35

render_action: fixed problem with regex parsing of links with anchors

10 lines of code changed in:

stefanp 2002-12-04 10:21

- moved key-generation from a global function to root/makekey.hac
- added a nice feedback skin

102 lines of code changed in:

robert 2002-12-02 18:02

added section about helma, reformatted text

242 lines of code changed in:

robert 2002-12-02 17:35

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:

robert 2002-12-02 17:34

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:

robert 2002-12-02 17:33

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:

robert 2002-12-02 17:32

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