Commit Log (Page 38 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: 2003-03-25 to 2003-03-07 (Commits 2509-2558 of 4408)

tobi 2003-03-25 17:11

tweake with the "link" link and   as macro prefix

10 lines of code changed in:

tobi 2003-03-25 17:07

changed "react" to "comment" in commentlink_macro()

2 lines of code changed in:

tobi 2003-03-25 17:06

moved commentlink macro back in the skin

8 lines of code changed in:

tobi 2003-03-25 16:59

added conditions in evalNewStory() to provide backwards compatibility between justintopic and addtofront macros

12 lines of code changed in:

tobi 2003-03-25 16:59

added conditions in evalStory() to provide backwards compatibility between justintopic and addtofront macros

12 lines of code changed in:

tobi 2003-03-25 16:56

added conditions in justintopic_macro() and addtofront_macro() to provide backwards compatibility (ie. old skins using justintopic macro will continue to work)

66 lines of code changed in:

tobi 2003-03-25 16:54

replaced "display" with "show"

2 lines of code changed in:

robert 2003-03-23 23:36

changed sys_email_macro(): use the current users email as preselection if root.sys_email is empty

10 lines of code changed in:

tobi 2003-03-21 17:50

changed "frontpage" to "front page"

4 lines of code changed in:

tobi 2003-03-21 17:48

wrapped " around site title in welcome message

2 lines of code changed in:

tobi 2003-03-21 17:47

changed site title color to link color

2 lines of code changed in:

tobi 2003-03-21 17:46

added link to site title (href is site url)

2 lines of code changed in:

tobi 2003-03-21 17:45

added trim() function also where content parts of comments are set

4 lines of code changed in:

tobi 2003-03-21 17:13

added trim() function wherever content parts are set

6 lines of code changed in:

tobi 2003-03-20 19:53

* modified story editor according to hannes' screenshot at http://help.antville.org/images/hns-editor
* added addtofront_macro() to display a checkbox that works vice versa to justintopic_macro()
* always set this.status in storymgr/create_action() to let the checkbox "know" whether it has to be checked
(known bugs: when editing a story neither this nor the "comments allowed" checkbox memorize their state when an error occurs.)

56 lines of code changed in:

tobi 2003-03-20 18:23

added some <br />s to decrease layout width (however, i think best would be to use a new table for each section.)

4 lines of code changed in:

tobi 2003-03-20 18:16

changed case of E-mail to e-mail. it simply looks the best, imho.

28 lines of code changed in:

tobi 2003-03-19 14:56

modified page titles according to general wording. however, the system section needs an overall retouch, imho

16 lines of code changed in:

tobi 2003-03-19 14:44

modified page title and contents to conform with the overall wording in antville as well as the xhtml 1.0 spec (validates except one already known error)

60 lines of code changed in:

robert 2003-03-18 11:03

removed debugging output

0 lines of code changed in:

robert 2003-03-17 20:28

rescueText() is now also called if the publish-button was pressed

2 lines of code changed in:

robert 2003-03-17 20:28

added calls of rescueText() and restoreRescuedText()

12 lines of code changed in:

robert 2003-03-17 20:27

changed content_macro(): properties of req.data (if existing) now override the storys property values. this change was necessary because otherwise the rescue mechanism for stories/comments wouldn't work propertly (see http://project.antville.org/stories/318015/#318478)

16 lines of code changed in:

robert 2003-03-17 20:22

restructured evalStory(): now the submitted values are stored only after all checks have been passed. although the code is harder to read now it prevents changes to story-content being saved even if the user cancelled the editing process later on. together with the caching of story-contents this also might have lead to a difference between display and actual content.

54 lines of code changed in:

tobi 2003-03-17 17:49

change "last" to "recently" and don't show the line if there are no weblogs at all

4 lines of code changed in:

hannes 2003-03-14 11:59

Reworked basic inner story and comment skins.
Spacing should be better now.
Skins should be easier to understand and customize.
Used <div> tags wherever possibe instead of <span><br>
Checked for XHTML 1.0 Transitional validity.

124 lines of code changed in:

tobi 2003-03-13 14:53

moved "...&nbsp;" and "<br />" as prefix and suffix param into root.link macros

4 lines of code changed in:

tobi 2003-03-13 14:52

corrected "Public" to "Publicly accessible weblogs"

2 lines of code changed in:

hannes 2003-03-12 11:54

Unscrewable skin manager main page. Same as main.hac, except that it
uses skinmgr/page.skin to render the page, which is (usually) not customized.

0 lines of code changed in:

hannes 2003-03-12 11:52

Allow sysadmins access to all skinmanagers

2 lines of code changed in:

tobi 2003-03-11 14:20

added trailing linebreak to achieve more readable html code

2 lines of code changed in:

tobi 2003-03-11 14:18

added pagelink class to define margins between dotted lines and prevpage / nextpage links

10 lines of code changed in:

tobi 2003-03-11 14:18

moved <span> tag around message macro into prefix and suffix, resp.
renamed "home" link to "antville home"

6 lines of code changed in:

tobi 2003-03-11 14:16

modified global/sitelist_macro() to only render lists of recently updated sites.
thus, lists of sites sorted alphabetically are now rendered by root/renderSitelist() by extra call in root/list_action() making it possible to put response.prevpage inside root/list.skin.
(note: the macro calls renderSitelist() with appropriate arguments and simply outputs res.data.sitelist immediately. maybe this is not what one could call a clean implementation?)

124 lines of code changed in:

tobi 2003-03-10 17:55

if a day is displayed the title contains this.groupname formatted as date string. otherwise only this.groupname is displayed.

12 lines of code changed in:

tobi 2003-03-10 17:50

message should only be inside a span tag

4 lines of code changed in:

tobi 2003-03-10 17:49

changed .message class to tell it apart from body text (still looking for a decent color: it should not be the link color as it was before, though)

4 lines of code changed in:

tobi 2003-03-10 17:45

added <br /> before submit buttons

2 lines of code changed in:

tobi 2003-03-10 17:45

moved register and passwd reminder back to the top (!)

12 lines of code changed in:

hannes 2003-03-10 13:18

Make "real" comments start with two # instead of just one to set them
them visually apart from deactivated options.

20 lines of code changed in:

hannes 2003-03-10 13:16

Updated template for virtual host config to new hrefFunction feature

8 lines of code changed in:

hannes 2003-03-10 13:12

Added href postprocessor function.

28 lines of code changed in:

hannes 2003-03-10 12:57

Fixed indentation.

50 lines of code changed in:

hannes 2003-03-10 12:49

Add line break for IE6

2 lines of code changed in:

hannes 2003-03-10 12:45

* Fixed password reminder link
* Moved register and pw reminder link back underneath the login form (?)
* Removed comma from "not registered yet?"

16 lines of code changed in:

robert 2003-03-09 19:40

removed module-related code

2 lines of code changed in:

robert 2003-03-09 16:06

changed viewlink_macro(): now param.text is rendered if defined (before it wasn't because openMarkupElement deletes param.text)

4 lines of code changed in:

robert 2003-03-09 16:01

changed explanation of alias to match default behaviour of antville (appended "/alias")

2 lines of code changed in:

robert 2003-03-09 16:00

removed module-related stuff that got erroneously commited

2 lines of code changed in:

tobi 2003-03-07 23:24

changed case of "Last" in update info

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