Commit Log (Page 75 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: 2001-12-10 to 2001-11-27 (Commits 659-708 of 4408)

tobi 2001-12-10 19:50

removed lastPing until functionality is implemented

6 lines of code changed in:

tobi 2001-12-10 18:40

added comments to listMostRead_macro()

8 lines of code changed in:

tobi 2001-12-10 18:38

added limit for output of mostread stories in function listMostRead_macro()

18 lines of code changed in:

tobi 2001-12-10 18:36

added lastPing, reads

16 lines of code changed in:

tobi 2001-12-10 18:03

initial check-in

52 lines of code changed in:

tobi 2001-12-10 18:02

added listMostRead_macro() for listing most read stories

22 lines of code changed in:

tobi 2001-12-10 17:35

added onStart(), scheduler() and pingUpdatedWeblogs() functions

90 lines of code changed in:

tobi 2001-12-10 15:13

added mysql for creation of column READS

0 lines of code changed in:

tobi 2001-12-06 18:34

added incrementation of page read counter

4 lines of code changed in:

tobi 2001-12-06 17:42

added initialising of page read counter

2 lines of code changed in:

tobi 2001-12-06 17:41

added incrementation of page read counter

4 lines of code changed in:

tobi 2001-12-06 17:40

added mapping for page reads counter

6 lines of code changed in:

hannes 2001-12-04 19:37

removed double url activation in doWikiStuff()

10 lines of code changed in:

hannes 2001-12-04 15:36

added '*'s to backlink query

2 lines of code changed in:

hannes 2001-12-04 15:16

chante this.members to path.weblog.members

4 lines of code changed in:

hannes 2001-12-04 14:33

initial check-in of relatedSkin.skin. This skin displays a link to
this day (or topic - topic is a sub-prototype of day) from those
topics to which stories in this day (or topic) link to. (phew!
harder to explain than to implement.)

0 lines of code changed in:

hannes 2001-12-04 14:31

initial check-in of topic prototype. This inherits from the day
prototype. Similar to day, it is a groupby prototype which
contains story object. Additionally to the day prototype,
it has macros to add stories to the topic, and a macro to
display related topics (i.e. topics or days which contain
stories that link to this topic).

84 lines of code changed in:

hannes 2001-12-04 14:29

initial check-in of new topicmgr prototype. This prototype
is mounted on the weblog level and contains all stories that
have a value in their topic field, grouped by topic.

22 lines of code changed in:

hannes 2001-12-04 14:26

added virtual space node as mountpoint for topicmgr.

8 lines of code changed in:

hannes 2001-12-04 14:25

padded calender day date with spaces left and right to
make it a bit easier to click. (For example, the first day of the
month will be rendered as " 1 " instead of just "1".)

2 lines of code changed in:

hannes 2001-12-04 14:23

Added link to topic space in all navigation bars.

8 lines of code changed in:

hannes 2001-12-04 14:22

Set topic on newly created stories.

14 lines of code changed in:

hannes 2001-12-04 14:21

Added topic field and new _parent description.

4 lines of code changed in:

hannes 2001-12-04 14:20

set topic in evalStory() function.

also, the redirect is always to the (potentially new) location
of the story.

22 lines of code changed in:

hannes 2001-12-04 14:18

added topic input field in story edit skin.

10 lines of code changed in:

hannes 2001-12-04 14:17

Include the request path in the error message.

2 lines of code changed in:

hannes 2001-12-04 14:16

return a name to be used for this object in the global
linkedpath macro.

44 lines of code changed in:

hannes 2001-12-04 14:15

added loopskin_macro, which simply loops over subnodes
and renders a skin on each, which is specified by the name
parameter.

This makes it possible to call skins on subnodes from a skin
in the parent object without calling an intermediary macro.

It's currently used in the main skin of topicmgr.

22 lines of code changed in:

hannes 2001-12-04 14:14

added doWikiStuff() function to do wiki style substitution on
a given piece of text.

Also added simpleDropDownBox, which takes an array
as parameter instead of the drop down box framework in
hopobject, which requires a complex object structure.

120 lines of code changed in:

hannes 2001-12-04 14:12

call doWikiStuff() before returning the result in activateLinks().
This means that wiki style substitution is bound to link
activation, which may not be the way it should be but works for
now.

8 lines of code changed in:

hannes 2001-12-04 14:10

added linkedpath_macro which renders a linked
representation of the request path.

36 lines of code changed in:

hannes 2001-12-04 14:09

overwrote link_macro to just return a link with the day's or
topic's groupname.

22 lines of code changed in:

hannes 2001-12-04 14:08

DB patch to add TOPIC column to STORY table.

0 lines of code changed in:

hannes 2001-12-04 14:06

add TOPIC field to STORY table.

2 lines of code changed in:

tobi 2001-12-03 12:45

fixed a bug that prevented update of urls to offline servers from being terminated.

11 lines of code changed in:

hannes 2001-12-02 16:10

directly included style and javascript skins (via skin macro).

IMO this is cleaner than going through res.head, because:
1) we don't have to set res.head to style and javascript skins
in each .hac file
2) people editing skins actually knows what's going on -
<% response.head %> made it hard to guess what was
actually being inserted.

Robert, if you agree that this is better we can drop the
res.head assignments from all the hac files.

6 lines of code changed in:

robert 2001-11-30 18:04

bugfix

4 lines of code changed in:

robert 2001-11-29 18:26

bugfix

2 lines of code changed in:

robert 2001-11-29 15:55

bugfix

2 lines of code changed in:

robert 2001-11-29 15:55

using editor-skin instead of page

2 lines of code changed in:

robert 2001-11-29 15:54

bugfix

2 lines of code changed in:

tobi 2001-11-27 19:45

changed positions of cancel and publish button with each other.

1 lines of code changed in:

tobi 2001-11-27 19:00

added error detection hack if app.properties is not properly configured

9 lines of code changed in:

tobi 2001-11-27 18:21

removed macros for ip, port and version (version is already supported as property).

1 lines of code changed in:

tobi 2001-11-27 18:13

arranged the image path to something even more useful (at least under *nix)...

1 lines of code changed in:

tobi 2001-11-27 17:03

arranged the image path to something useful (at least under *nix)...

1 lines of code changed in:

tobi 2001-11-27 17:03

fiddled around with words

1 lines of code changed in:

tobi 2001-11-27 16:00

changed res.title, res.body and res.head to the corresponding res.data.xxx property

12 lines of code changed in:

tobi 2001-11-27 15:43

changed res.title, res.body and res.head to the corresponding res.data.xxx property

29 lines of code changed in:

tobi 2001-11-27 12:52

prefix (and suffix) parameter in macros is now supported by helma herself

0 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