Commit Log (Page 31 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-10-30 to 2003-10-11 (Commits 2859-2908 of 4408)

tobi 2003-10-30 15:47

modified file link to accept a custom text, too (FIXME: this is a hack)

2 lines of code changed in:

tobi 2003-10-30 15:45

added name data

8 lines of code changed in:

robert 2003-10-30 13:39

bugfix in evalStory(): assign this._id instead of this.id to result object

8 lines of code changed in:

robert 2003-10-30 10:55

modified story_macro(): the macro now returns nothing if the site containing the requested story is offline (should fix bug 299: http://helma.org/bugs/show_bug.cgi?id=299)

24 lines of code changed in:

robert 2003-10-30 10:49

changed SKIN_F_SITE to SKIN_F_SKINSET in create statement of IDX_SKIN_MIXED, otherwise mysql complains about the no longer existing column SKIN_F_SITE

2 lines of code changed in:

robert 2003-10-30 10:47

bugfix: use session.data.mgr for rendering list and pagenavigation, otherwise submitted form values have no effect at all

24 lines of code changed in:

michi 2003-10-29 17:26

fixed bug in linkedpath macro which occured when using this on a site, which is the front site of an antville installation; i.e. if no path.site exist

4 lines of code changed in:

michi 2003-10-29 17:25

fixed tiny typo in comments

2 lines of code changed in:

michi 2003-10-29 17:24

implemented RSS feeds for topics (and days) by simply wrapping the site.rss_action

42 lines of code changed in:

hannes 2003-10-29 12:38

Remove assignment of description property to new user which isn't defined
and causes an error in the SQL insert code.

0 lines of code changed in:

tobi 2003-10-28 11:45

fixed uptime macro for correct formatting

4 lines of code changed in:

hannes 2003-10-23 19:48

Use res.handlers.context to get the site/server title

14 lines of code changed in:

tobi 2003-10-17 10:42

redirect to main action of an image after creation

14 lines of code changed in:

tobi 2003-10-16 19:57

added table rows and cells for better display

24 lines of code changed in:

tobi 2003-10-16 19:55

added <noscript> tag with some information about the new way referrers work

4 lines of code changed in:

tobi 2003-10-16 19:44

decreased size of spamfilter textarea and added some explanation

4 lines of code changed in:

tobi 2003-10-16 19:38

removed "instead" at the end of the text

2 lines of code changed in:

tobi 2003-10-16 19:34

added class definitions according to old backlinks layout

4 lines of code changed in:

tobi 2003-10-16 19:29

* modified referrers to be written by client-side javascript code
* added filters to sort out spam, search referrers or the like

70 lines of code changed in:

tobi 2003-10-16 19:27

removed tag for external "safescripts" file -- code has moved to
root/systemscripts.skin and is included in site/javascript.skin via macro

0 lines of code changed in:

tobi 2003-10-16 19:25

added system-wide javascript code via skin macro

4 lines of code changed in:

tobi 2003-10-16 19:20

* renamed safescripts.skin to systemscripts for convenience
* added Antville object which will contain all of the Antville-specific, client-side javascript code from now on and in the future

536 lines of code changed in:

tobi 2003-10-16 19:19

* modified referrers to be written by client-side javascript code

2 lines of code changed in:

tobi 2003-10-16 19:19

* modified referrers to be written by client-side javascript code
* added filters to sort out spam, search referrers or the like

80 lines of code changed in:

tobi 2003-10-16 19:13

* added generic preference_macro for output of preference value or editor
* added spamfilter_macro for output of spamfilter data approripate for client-side javascript code

68 lines of code changed in:

tobi 2003-10-16 19:10

added preference editor for spamfilter

14 lines of code changed in:

robert 2003-10-15 22:08

modified sites_action(), users_action() and logs_action() to use the new global renderList() and renderPageNavigation() methods

30 lines of code changed in:

robert 2003-10-15 22:08

- modified main_action to use global renderList() and renderPageNavigation()
- added offline_action() and mystories_action()

48 lines of code changed in:

robert 2003-10-15 22:07

- modified main_action to use global renderList() and renderPageNavigation()
- added openpolls_action() and mypolls_action()

52 lines of code changed in:

robert 2003-10-15 22:06

- modified main_action to use global renderList() and renderPageNavigation()
- added myimages_action

30 lines of code changed in:

robert 2003-10-15 22:06

- modified main_action to use global renderList() and renderPageNavigation()
- added myfiles_action

28 lines of code changed in:

robert 2003-10-15 22:06

simplyfied html code, embedded page navigation

4 lines of code changed in:

robert 2003-10-15 22:05

minor code formatting

2 lines of code changed in:

robert 2003-10-15 22:04

- embedded page navigation
- urls of filter options now point to actions in storymgr instead of main action using GET parameters

6 lines of code changed in:

robert 2003-10-15 22:04

- embedded page navigation
- urls of filter options now point to actions in pollmgr instead of main action using GET parameters

10 lines of code changed in:

robert 2003-10-15 22:04

- embedded page navigation
- urls of filter options now point to actions in imagemgr instead of main action using GET parameters

24 lines of code changed in:

robert 2003-10-15 22:03

- embedded page navigation
- added header similar to imagemgr, added filter link for "my files"

24 lines of code changed in:

robert 2003-10-15 22:02

initial check-in: used for rendering the page navigation bar in mgr-mountpoints

10 lines of code changed in:

robert 2003-10-15 22:01

removed methods renderList() and renderPageNavigation() which are now replaced by global methods

20 lines of code changed in:

robert 2003-10-15 22:00

removed method renderStoryList() which is replaced by global renderList(), added method renderManagerView() that is passed as argument to global renderList() (this method does the actual rendering of an item in the list)

16 lines of code changed in:

robert 2003-10-15 21:59

removed method renderPollList() which is replaced by global renderList(), added method renderManagerView() that is passed as argument to global renderList() (this method does the actual rendering of an item in the list)

16 lines of code changed in:

robert 2003-10-15 21:58

added methods renderList(), renderPageNavigation() and renderPageNavItem() that are used for rendering lists in mgr-mountpoints and rendering the page navigation

188 lines of code changed in:

robert 2003-10-15 21:57

added cases for actions "offline" and "mystories"

16 lines of code changed in:

robert 2003-10-15 21:57

added cases for actions "open" and "mypolls"

20 lines of code changed in:

robert 2003-10-15 21:56

added classes used for page navigation

50 lines of code changed in:

robert 2003-10-15 21:56

added classes used for page navigation in mgr-mountpoints

52 lines of code changed in:

robert 2003-10-15 21:56

added collection "offline" that contains offline stories (used for filtering in storymgr)

12 lines of code changed in:

robert 2003-10-15 21:55

added collection "open" that contains only open polls

12 lines of code changed in:

robert 2003-10-15 21:55

added collections stories, polls, images and files that contain objects that were created by the user in the site the membership points to (these collections are used in the manager mountpoints for the "my xxxxx" options)

62 lines of code changed in:

robert 2003-10-11 12:43

modified text in notification dropdowns to be more precise

4 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