Commit Log (Page 55 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-06-25 to 2002-06-04 (Commits 1659-1708 of 4408)

tobi 2002-06-25 16:04

moved format functions from macros.js to functions.js (where they belong to, imho)

148 lines of code changed in:

tobi 2002-06-25 16:03

added valign="top" to <td> tags in macro call for this.properties

2 lines of code changed in:

robert 2002-06-22 00:23

initial check-in

24 lines of code changed in:

stefanp 2002-06-20 19:21

made the "create username/password"-part work with the newer snapshots.

8 lines of code changed in:

stefanp 2002-06-20 19:20

spacing-fix

2 lines of code changed in:

stefanp 2002-06-20 19:20

made line numbers work again (bug due to xhtml-switch)

8 lines of code changed in:

tobi 2002-06-20 18:24

applied new user object model; replaced tabs by 3 spaces

782 lines of code changed in:

tobi 2002-06-20 15:42

replaced res.skin assignment by renderSkin() function

23 lines of code changed in:

tobi 2002-06-20 15:37

rewrote code to work with recent and future helma snapshots

180 lines of code changed in:

tobi 2002-06-20 15:21

replaced tabs by 3 spaces

84 lines of code changed in:

tobi 2002-06-20 15:21

replaced xr.antville.newPost by xr.blogger.newPost

35 lines of code changed in:

tobi 2002-06-20 15:20

replaced res.skin assignment by renderSkin() function

24 lines of code changed in:

tobi 2002-06-20 15:11

modified description to emphasize demo character of this app

1 lines of code changed in:

tobi 2002-06-20 15:09

rewrote this text to fit with the adapted version of the code

9 lines of code changed in:

tobi 2002-06-20 14:52

completely rewritten module to work with future hop snapshots (mainly by replacing hsp templates with skins)

515 lines of code changed in:

tobi 2002-06-18 13:40

edited message texts. this is a first draft that needs re-checking. additionally, some comments mark possible condensation of two texts into one message.

214 lines of code changed in:

tobi 2002-06-18 11:15

test test test

0 lines of code changed in:

tobi 2002-06-18 11:14

test test

2 lines of code changed in:

tobi 2002-06-18 11:11

test

2 lines of code changed in:

tobi 2002-06-14 19:50

fixed bug that prevented user-made choice from being displayed

20 lines of code changed in:

tobi 2002-06-14 19:48

improved for xhtml compatibilty

2 lines of code changed in:

tobi 2002-06-13 16:50

fixed a bug that prevented a closed poll from being displayed as results in a story (function poll_macro);

6 lines of code changed in:

tobi 2002-06-13 16:49

fixed a bug that prevented a closed poll from being displayed as results in a story (function poll_macro);
replace tabs by three spaces

180 lines of code changed in:

robert 2002-06-12 19:19

merged changes done in branch "robert_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)

2 lines of code changed in:

robert 2002-06-12 19:19

merged changes done in branch "robert_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source)

4 lines of code changed in:

robert 2002-06-12 19:19

merged changes done in branch "robert_message" into main trunk

2 lines of code changed in:

robert 2002-06-12 19:18

merged changes done in branch "robert_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)

4 lines of code changed in:

robert 2002-06-12 19:17

merged changes done in branch "robert_message" into main trunk

28 lines of code changed in:

robert 2002-06-12 19:17

merged changes done in branch "robert_message" into main trunk (removed unused skins_macro())

0 lines of code changed in:

robert 2002-06-12 19:16

merged changes done in branch "robert_message" into main trunk (removed hardcoded questionmarks in urlparam-attribute)

4 lines of code changed in:

robert 2002-06-12 19:12

merged changes done in branch "robert_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)

692 lines of code changed in:

robert 2002-06-12 19:12

merged changes done in branch "robert_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source; removed explicit declaration of utf-8)

4 lines of code changed in:

robert 2002-06-12 19:10

merged changes done in branch "robert_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)

14 lines of code changed in:

robert 2002-06-12 19:08

merged changes done in branch "robert_message" into main trunk

4 lines of code changed in:

robert 2002-06-12 18:28

corrected comment

2 lines of code changed in:

robert 2002-06-11 12:44

removed a second form-tag (method GET!) which made it impossible to upload goodies (don't know how this form-tag got in here ...)

0 lines of code changed in:

robert 2002-06-10 13:43

initial check-in. this file creates an object-tree beneath app.data.de containing two "classes" of german application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them)

48 lines of code changed in:

robert 2002-06-10 12:57

initial check-in. this file creates an object-tree beneath app.data.en containing two "classes" of application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them)

200 lines of code changed in:

tobi 2002-06-08 14:45

commented out two lines that were introduced to make listReferrers_macro() compatible with hsqldb but obviously they do not work with mysql... (since i assume hsqldb won't be around for much longer, i think these lines could later be removed, anyway).

10 lines of code changed in:

robert 2002-06-05 20:31

reenabled ordering of groupnodes

2 lines of code changed in:

tobi 2002-06-04 20:12

renderImage went global (in show_macro)

2 lines of code changed in:

tobi 2002-06-04 20:11

removed some more markup from function code and fixed thumbnail_macro for backwards compatibility

18 lines of code changed in:

tobi 2002-06-04 20:11

renderImageList is NOT global...

4 lines of code changed in:

tobi 2002-06-04 19:58

removed "?" from urlparam and "#" from anchor parameters in link macros

104 lines of code changed in:

tobi 2002-06-04 19:34

replaced td attribute "background" with appropriate style attribute for xhtml compatibility (this is supposed to be a transitional fix, in the end there should be a class/id doing the job)

16 lines of code changed in:

tobi 2002-06-04 19:18

fixed a bugfix in meta/content-type tag... (sigh!)

4 lines of code changed in:

tobi 2002-06-04 19:07

added meta/content-type tag

2 lines of code changed in:

tobi 2002-06-04 19:06

fixed typo in meta/content-type tag; added link tag for rss feed

4 lines of code changed in:

tobi 2002-06-04 18:27

modified code on the search for xhtml compatibility (mainly adding quotes to non-quoted attribute values)

336 lines of code changed in:

tobi 2002-06-04 17:37

fixed bug in onlinelink_macro: "param" instead of "linkParam"

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