Commit graph

303 commits

Author SHA1 Message Date
Robert Gaggl
0386840cf4 if application is not setup but there are already users registered, we directly redirect to setup; otherwise display welcome-page 2002-08-20 10:24:15 +00:00
1ebcc64485 replace <% imageurl %> macro by <% image as="url" %> 2002-08-19 16:37:15 +00:00
b778a95a89 revamped rss output:
1. moved rss10Channel.skins from global to rss.skin in root and site
2. moved rss10Resource.skin from global to rssResource.skin in root and site
3. moved rss10Item.skin from global to rssItem.skin in root and site
4. moved contents of global/rssTextInput.skin into site/rss10Channel
5. renamd rss10.hac in root and site to rss.hac
2002-08-14 17:21:14 +00:00
6559186a83 renamed root/rss10.hac to root/rss.hac and created redirector function rss10_action() in root/actions.js;
did the same for site/rss10.hac;
changed occurences of "Weblog" to "Site" in rss output;
encoded e-mail addresses in root/rss output to be displayed as entities to cancel the ticket of happy spammers
2002-08-14 09:19:33 +00:00
Robert Gaggl
78ab3f7355 now calling isAddSiteDenied() (placed in root/securityFunctions.js) 2002-08-13 14:53:11 +00:00
Robert Gaggl
e0ada6893c renamed sys_waitAfterNewWeblog to sys_waitAfterNewSite 2002-08-13 14:52:38 +00:00
Robert Gaggl
68fe74fae9 set default smallcolor a bit darker 2002-08-13 14:47:15 +00:00
Robert Gaggl
94c0aaf4b0 textcolor of small-class is now a bit darker 2002-08-13 14:41:46 +00:00
Robert Gaggl
22fd1cec61 added new macros sys_minMemberAge and sys_waitAfterNewWeblog 2002-08-13 14:40:48 +00:00
Robert Gaggl
85d5e09e54 initial check-in 2002-08-13 14:39:31 +00:00
4f02bce6b6 moved function colorpicker_action() from hopobject/actions.js to root/actions.js 2002-08-13 14:35:15 +00:00
d9960f1f5b moved global/safejs.skin to root/safescripts.skin 2002-08-13 14:33:22 +00:00
16632edb72 replaced all occurrences of "this" with the name of the corresponding prototype 2002-08-09 15:45:59 +00:00
79e800eb13 moved content of hopobject/cp_javascript_action() to root/safejs_action() 2002-08-08 16:17:44 +00:00
Robert Gaggl
d53d0723ab removed "#" in initial bgcolor 2002-08-06 19:26:47 +00:00
9201c41331 rgb(r,g,b) values are now displayed as hex colors, too 2002-08-03 22:58:33 +00:00
1cad1e82ce fixed output for mozilla browsers (they had some problems displaying the color squares without whitespace); removed old code. 2002-08-03 21:37:46 +00:00
5ad11c748e extended url_macro() to return urls from a path, too 2002-08-01 16:16:56 +00:00
1de159f085 slightly modified default prefs for a new site in createNewSite() 2002-08-01 16:15:50 +00:00
6bfdaa04b7 stepped back to previous version of embedding javascript and stylesheet code except moving script and style tags hither. 2002-08-01 16:14:08 +00:00
caa3f05e51 changed the way the <script> tag is closed (now using </script>) due to browser incompatibilites 2002-07-30 06:27:45 +00:00
1a6d51174a style.skin and javascript.skin of a prototype are now wrapped into hac files
(ie. made public) for streamlined integration of script code and css definitions.
2002-07-29 17:33:02 +00:00
0870bde526 added xml header and modified doctype and html opening tag for xhtml conformance 2002-07-26 16:39:20 +00:00
Hannes Wallnöfer
c8c6620025 Added height=1px to separator style def. For some reason Mozilla needs this. 2002-07-12 16:32:43 +00:00
Hannes Wallnöfer
c8df8ac3de merged xml_content branch. 2002-07-01 16:36:27 +00:00
Robert Gaggl
ec576ebc31 initial check-in 2002-06-26 17:29:29 +00:00
Robert Gaggl
a3c70ec54c - changed because the prototype weblog was renamed to site
- removed hardcoded "Antville" with call of root.getSysTitle()
2002-06-26 17:15:01 +00:00
Robert Gaggl
e651b8c104 - removed utf8 from content-attribute (again)
- weblogcounter_macro() was renamed to sitecounter_macro()
2002-06-26 17:07:24 +00:00
Robert Gaggl
dda33834aa - renamed some functions and variables because the prototype weblog was renamed to site
- added functions getLocale(), getSysUrl(), getSysTitle()
- fixed direct database-query to match new db-schema
2002-06-26 17:03:26 +00:00
Robert Gaggl
14d2b5dd09 replaced hardcoded "Antville" in page-title to call of getSysTitle() 2002-06-26 16:54:06 +00:00
Robert Gaggl
0d0945625f most of application-properties are now properties of root 2002-06-26 16:52:22 +00:00
Robert Gaggl
2daf70118e renamed
- weblogcounter_macro() to sitecounter_macro()
- webloglist_macro() to sitelist_macro()
2002-06-26 16:48:26 +00:00
Robert Gaggl
46ae82d82b - replaced hardcoded "Antville" in pagetitle with call of getSysTitle()
- included check if antville-installation was set up
2002-06-26 16:46:09 +00:00
Robert Gaggl
7a54e3e548 added macros:
- systitle_macro()
- sysurl_macro()

renamed webloglist_macro() to sitelist_macro()
2002-06-26 16:34:04 +00:00
Robert Gaggl
3a73e69937 replaced hardcoded "Antville" with call of root.getSysTitle() 2002-06-26 16:23:18 +00:00
Robert Gaggl
7752d652f5 webloglist_macro() was renamed to sitelist_macro() 2002-06-26 16:22:25 +00:00
Robert Gaggl
0be240161d - changes needed due to new object-structure (which was changed to match new db-schema)
- story.author was renamed to story.creator
2002-06-26 16:08:32 +00:00
Robert Gaggl
f5c710d28a now using new root-function getSysTitle() instead of hardcoded "Antville" 2002-06-26 16:06:14 +00:00
Robert Gaggl
f8db009bff changed type.properties according to new database-schema:
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
2002-06-26 16:03:59 +00:00
Robert Gaggl
23e0cab449 merged changes done in branch "grob_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) 2002-06-12 17:19:47 +00:00
1259599284 fixed a bugfix in meta/content-type tag... (sigh!) 2002-06-04 17:18:08 +00:00
fddcbdf145 fixed typo in meta/content-type tag; added link tag for rss feed 2002-06-04 17:06:35 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
2ea7797c89 fixed markup to be xhtml compatible 2002-06-03 16:49:20 +00:00
Hannes Wallnöfer
b6420af0d0 don't writeln() out the search query. 2002-06-02 16:38:06 +00:00
Hannes Wallnöfer
97c78a3936 searchWeblogs can now search one or any weblogs and returns
its result as an array of objects holding story ids and weblog alieases.
2002-06-02 16:32:10 +00:00
Robert Gaggl
757069a75f changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:18:35 +00:00
Robert Gaggl
d04c718c09 global function getUser() isn't supported anymore, now directly accessing root.users-collection 2002-06-02 16:18:17 +00:00
Robert Gaggl
47c84adb40 changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:10:00 +00:00
Robert Gaggl
bd659fb87c change code according to helma's new session/usermodel:
- using session.user instead of user.uid
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 16:02:24 +00:00