Robert Gaggl
b9d2030f1e
initial check-in
2003-11-23 17:46:34 +00:00
e2f5eca2c0
removed debug.js which got in here by accident
2003-11-18 14:31:51 +00:00
73ca975e42
restored and fixed colorpicker to regain flexible functionality and way-backwards-compatibility
...
* fixed bug that prevented colorpicker from working at all
* fixed bug that prevented display of colors that are changed but not saved
* <% colorpicker name="xyz" %> now renders the default colorpicker
* <% colorpicker name="xyz" skin="colorpickerExt" %> renders the extended version (or any other depending on the skin)
* modified site's edit.skin to open the extended version
* put client-side scripts and functionality into global Antville object to define a strict namespace
* updated AntvilleLib
NOTE: THIS IS STILL WORK IN PROGRESS
2003-11-14 10:47:51 +00:00
463d4b3177
added param.as parameter in <% username %> according to changes in username_macro
2003-11-11 15:05:12 +00:00
9db89cb465
enabled username_macro to display a link only if param.as is set to "link" in the macro call.
...
(ie. by default username_macro only renders the username as text.)
2003-11-11 14:57:01 +00:00
Michael Platzer
22c1e4c5ef
(finally) merged imagetopics branch to HEAD
2003-11-01 15:24:07 +00:00
4e5609864a
added description as title attribute in file link
2003-10-30 15:38:34 +00:00
c61ac74b09
moved "user-safe" javascript stuff into root/systemscripts which is
...
automatically appended onto site/javascript.skin
(root/safescripts_action is deprecated now)
2003-10-30 14:59:28 +00:00
a036ee7912
* modified file_macro to accept a custom text, too (FIXME: this is a hack)
...
* added return statement where missing
* removed deprecated macros
* introduced randomize_macro
2003-10-30 14:50:16 +00:00
3471f00ae8
modified file link to accept a custom text, too (FIXME: this is a hack)
2003-10-30 14:47:21 +00:00
024a38a34f
added name data
2003-10-30 14:45:48 +00:00
Robert Gaggl
4d2d82ef63
bugfix in evalStory(): assign this._id instead of this.id to result object
2003-10-30 12:39:53 +00:00
Robert Gaggl
0688407c09
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 )
2003-10-30 09:57:11 +00:00
Robert Gaggl
495084a2e6
bugfix: use session.data.mgr for rendering list and pagenavigation, otherwise submitted form values have no effect at all
2003-10-30 09:47:40 +00:00
Michael Platzer
c985d686eb
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
2003-10-29 16:26:38 +00:00
Michael Platzer
268c998b5a
fixed tiny typo in comments
2003-10-29 16:25:34 +00:00
Michael Platzer
c1952c0138
implemented RSS feeds for topics (and days) by simply wrapping the site.rss_action
2003-10-29 16:24:09 +00:00
Hannes Wallnöfer
518a568053
Remove assignment of description property to new user which isn't defined
...
and causes an error in the SQL insert code.
2003-10-29 11:38:48 +00:00
Hannes Wallnöfer
66da088957
Use res.handlers.context to get the site/server title
2003-10-23 17:48:20 +00:00
b8aec719dc
redirect to main action of an image after creation
2003-10-17 08:42:06 +00:00
47eef10af3
added table rows and cells for better display
2003-10-16 17:57:46 +00:00
a9965c9657
added <noscript> tag with some information about the new way referrers work
2003-10-16 17:55:08 +00:00
9b9f595d08
decreased size of spamfilter textarea and added some explanation
2003-10-16 17:44:21 +00:00
0242b38da8
removed "instead" at the end of the text
2003-10-16 17:38:15 +00:00
8b41b1fc1d
added class definitions according to old backlinks layout
2003-10-16 17:34:12 +00:00
4ae5ec0482
* modified referrers to be written by client-side javascript code
...
* added filters to sort out spam, search referrers or the like
2003-10-16 17:29:10 +00:00
2c9c1262d1
removed tag for external "safescripts" file -- code has moved to
...
root/systemscripts.skin and is included in site/javascript.skin via macro
2003-10-16 17:27:53 +00:00
0a55f0e398
added system-wide javascript code via skin macro
2003-10-16 17:25:56 +00:00
4e37c2b08d
* 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
2003-10-16 17:20:51 +00:00
833de0a4a1
* modified referrers to be written by client-side javascript code
2003-10-16 17:19:31 +00:00
514d56ea23
* modified referrers to be written by client-side javascript code
...
* added filters to sort out spam, search referrers or the like
2003-10-16 17:19:04 +00:00
98aefe54a9
* 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
2003-10-16 17:13:22 +00:00
6ec62c8a56
added preference editor for spamfilter
2003-10-16 17:10:38 +00:00
Robert Gaggl
07b311f384
modified sites_action(), users_action() and logs_action() to use the new global renderList() and renderPageNavigation() methods
2003-10-15 20:08:45 +00:00
Robert Gaggl
9d4676a0c9
- modified main_action to use global renderList() and renderPageNavigation()
...
- added offline_action() and mystories_action()
2003-10-15 20:08:02 +00:00
Robert Gaggl
699b857bd1
- modified main_action to use global renderList() and renderPageNavigation()
...
- added openpolls_action() and mypolls_action()
2003-10-15 20:07:39 +00:00
Robert Gaggl
ba6660e76c
- modified main_action to use global renderList() and renderPageNavigation()
...
- added myimages_action
2003-10-15 20:06:56 +00:00
Robert Gaggl
4b86b3e518
- modified main_action to use global renderList() and renderPageNavigation()
...
- added myfiles_action
2003-10-15 20:06:41 +00:00
Robert Gaggl
7a732c0a9f
simplyfied html code, embedded page navigation
2003-10-15 20:06:10 +00:00
Robert Gaggl
33e55a1f01
minor code formatting
2003-10-15 20:05:22 +00:00
Robert Gaggl
f16666882d
- embedded page navigation
...
- urls of filter options now point to actions in storymgr instead of main action using GET parameters
2003-10-15 20:04:56 +00:00
Robert Gaggl
3a9b530528
- embedded page navigation
...
- urls of filter options now point to actions in pollmgr instead of main action using GET parameters
2003-10-15 20:04:37 +00:00
Robert Gaggl
1a6ef430fa
- embedded page navigation
...
- urls of filter options now point to actions in imagemgr instead of main action using GET parameters
2003-10-15 20:04:15 +00:00
Robert Gaggl
dadc7cb64b
- embedded page navigation
...
- added header similar to imagemgr, added filter link for "my files"
2003-10-15 20:03:18 +00:00
Robert Gaggl
a878d0b2f2
initial check-in: used for rendering the page navigation bar in mgr-mountpoints
2003-10-15 20:02:17 +00:00
Robert Gaggl
15544b702b
removed methods renderList() and renderPageNavigation() which are now replaced by global methods
2003-10-15 20:01:46 +00:00
Robert Gaggl
db1794278e
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)
2003-10-15 20:00:43 +00:00
Robert Gaggl
6d9851250b
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)
2003-10-15 19:59:26 +00:00
Robert Gaggl
bd5eabe5ae
added methods renderList(), renderPageNavigation() and renderPageNavItem() that are used for rendering lists in mgr-mountpoints and rendering the page navigation
2003-10-15 19:58:26 +00:00
Robert Gaggl
fcaf16f869
added cases for actions "offline" and "mystories"
2003-10-15 19:57:28 +00:00