Commit graph

740 commits

Author SHA1 Message Date
f0e0303203 * Cleaned up and reworked admin section (especially sites)
* Merged SysLog and AccessLog into new LogEntry prototype
 * Established new global logAction()
 * Moved admin-related skins as subskins into Admin.skin files
2007-09-17 21:43:50 +00:00
7eb13bd43a * Renamed SysMgr to Admin
* Added handleMetadata method to define getters and setters for metadata properties
 * Reduced and renamed value() method to map()
 * Renamed most of the sys_* properties
2007-09-14 23:25:23 +00:00
8ec0a35c27 Renaming MemberMgr prototype to Members 2007-09-14 13:24:21 +00:00
07dfe70adc Renaming MemberMgr prototype to Members 2007-09-14 13:21:21 +00:00
5841f057bc * Overhauled listing of memberships and subscriptions
* Fixed un/subscribe, add/remove member actions
 * Removed some obsolete code
 * Renamed role "Admin" to "Owner"
2007-09-14 13:13:50 +00:00
c7d828aae9 * Extended Root from Site prototype (still buggy due to http://helma.org/bugs/show_bug.cgi?id=553)
* Overhauled Membership prototype (generic framework, DB structure)
 * Added necessary compatibility code
 * Started re-implementation of permission framework (looks promising!)
2007-09-14 00:16:06 +00:00
d46237ae55 * Removed obsolete HelmaLib-1.0 and AntvilleLib-1.4
* Converted most site properties to metadata
 * Implemented generic framework into Site prototype
 * Added basic form support to generic framework
 * Added support for positionl parameters in some macros (e.g. link_macro, skin_macro, created_macro)
 * Added link_filter to Global and HopObject
 * Added check for "Cancel" in HopObject's onRequest()
 * Had to disable display of disk usage in SysMgr due to an issue that has to be resolved, yet
 * Added support for various new site preferences (at least in the form :)
 * Removed some code related to Lucene search until it's clear how search will work in the future
 * Added quite a lot code for backwards compatibility
 * Updated database patches
2007-09-08 17:20:59 +00:00
d274db390a * Started remodeling database structure for Site prototype
* Fixed autoLogin() method to work with overhauled user management
2007-08-26 22:03:24 +00:00
e9a7800a87 * Fixed security issue caused by sensitive property in req.data
* Fixed issue caused by setting a Metadata property to a Java value, e.g. java.net.URL instance becomes string without quotes. (Could this be a Rhino bug?)
 * Finalized conversion of AV_USER table to simple naming scheme ("user")
 * Added global getTitle() method which returns either site.title or root.sys_title
 * Implemented universal HopObject.value() method
 * Rededicated User.update() method since its previous functionality is now taken over by User.value()
 * Restructured login and register functionalities in User and MemberMgr
 * Replaced first occurrences of Exception with Error
 * Introduced i18n via gettext in User and MemberMgr
 * Removed getMessage() and Message in User and MemberMgr
 * Added first possible implementation of global getPermission() method
 * Modified code of global evalEmail() and evalURL() methods to work with Helma modules
 * Simplified global sendMail() method by not throwing any MailException anymore and returning the status code only
 * sendMail() now is using helma.Mail (so we can debug message output)
2007-08-23 17:17:40 +00:00
dcb25f82dc Completely revised User prototype:
* Passwords are not stored as clear text in the database any longer
 * Passwords are sent MD5 encoded across the network
 * Modified code structure to serve as template for all other prototypes (new value/update methods, database table/column naming etc.)
 * Included jQuery JavaScript library from within page.skin
2007-08-19 16:28:46 +00:00
3da0922914 Fixed bug when grouping image tags (galleries) by alphabet 2007-08-09 15:45:14 +00:00
7d44d4560c * Fixed backwards compatibility for topics
* Added missing topic and tag management when creating an image
2007-08-09 15:36:32 +00:00
7c027b2969 * Tags and galleries are now mounted on the Site prototype again
* Added rename and delete actions to Tag prototype
 * Fixed some issues with image tag management
 * Tried to unify story creation / modification, needs some more time
 * First steps in direction of a generic and universal manager prototype
2007-08-04 15:52:44 +00:00
09b39b2af3 Intermediate commit:
* Improved tag framework 
 * Added support for image tags
 * Moved most code of StoryMgr.evalNewStory to Story.evalStory to decrease redundancy
 * Added compatibility module (including drafts for database conversions)
 * Moved code for topics to compatibility module
 * Removed obsolete code
2007-08-03 19:41:51 +00:00
d5c59cf2ec Intermediate commit of changes concerning
* file-based skins
 * basic tag implementation
 * new metadata container
 * generic object/collection mappings
2007-07-29 10:16:10 +00:00
aaaf55ea0a Added header to and cleaned up property files 2007-06-30 19:25:35 +00:00
97c39e039f * Incorporated LayoutImage and LayoutImageMgr into the Image and ImageMgr prototypes, resp.
* Removed double semicolons
2007-06-30 18:43:41 +00:00
1e520c248a * Merged source code files of one prototype into one single file named after the prototype
* Applied ECMAScript compliant syntax to prototype member definitions
 * Cleaned up directory structure
2007-06-23 14:53:39 +00:00
2ab454d740 * Merged all code files into Site.js
* Applied ECMAScript compliant syntax to prototype method definitions
2007-06-22 19:46:57 +00:00
cbc618de7c fixed missing quote 2007-01-26 10:54:12 +00:00
9075fbd7eb add sys_title as prefix to notification e-mails 2007-01-26 10:52:13 +00:00
63ec8ab8e2 * fixed bug accidentally introduced by last commit 2007-01-25 17:50:26 +00:00
6f5c56c038 * fixed bug that caused sending of notification mails when a story is saved
offline. (potentially, this would work with offline files, images etc. if
they existed.)
 * reduced a few lines of code
2007-01-25 17:49:04 +00:00
d76d17ddb0 removed check whether site modifier equals site creator when changing e-mail notification options 2006-05-10 11:51:40 +00:00
Robert Gaggl
6534f0d2fa simplified getIndexDocument (add multiple "text" fields to document since lucene will concatenate them internally into one field) 2005-11-10 15:33:11 +00:00
5e10032a02 fixed clip method according to latest changes in antvilleLib 2005-11-06 12:50:44 +00:00
Christoph Lincke
c724834543 added .stripTags() before .clip() 2005-09-21 16:30:42 +00:00
Christoph Lincke
ea3c22795e added overflow:hidden to .historyitem 2005-09-21 14:04:14 +00:00
Christoph Lincke
0be783568b removed gremlins and corrected misplaced </div> 2005-09-21 14:02:43 +00:00
7a2b8bb7db added lost helma image 2005-05-09 07:42:25 +00:00
Robert Gaggl
382f27a9ec changed debug output of search_action 2005-02-13 15:05:18 +00:00
Robert Gaggl
3001d62308 * modified search-action: omit offline stories/comments. this leads to the total number of hits being "adjusted" on subsequent pages (the total number of hits is calculated on the fly since we can't know how many following stories/comments will be offline)
* use static method getById() of prototype Story to fetch the story/comment
2005-02-12 16:11:20 +00:00
Robert Gaggl
3fabb3c3cf first implementation of lucene-based search in antville 2005-01-24 22:24:37 +00:00
980ef2b3c3 slight but general overhaul of rss framework 2004-10-27 08:51:38 +00:00
Robert Gaggl
86f38fabc8 bugfix in diskusage_macro(): getDiskUsage() already returns kilobytes (fixes bug 377, http://www.helma.org/bugs/show_bug.cgi?id=377) 2004-09-13 09:27:46 +00:00
Robert Gaggl
62e8cff0b4 bugfix: use mixed case prototype names for groupnames 2004-08-01 13:04:04 +00:00
94cb4c0a22 * check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
* cleaned up a little bit (code, comments)
2004-07-30 13:34:13 +00:00
Robert Gaggl
c42c959be7 re-introduced membercounter_macro() which was removed a while ago (obviously by mistake) 2004-07-28 15:46:48 +00:00
b848bfe452 removed obsolete line which caused a client-side javascript error 2004-07-28 09:49:57 +00:00
Robert Gaggl
a608b71ca7 fixed severe bug in checkAccess() 2004-06-15 11:23:26 +00:00
eaa13e88d0 replaced some more irregular quotes with nice ones 2004-06-05 12:43:26 +00:00
0cf264b1b1 * replaced all occurences of quotes with their entity codes
* replaced some more irregular quotes with nice ones
2004-06-05 12:42:01 +00:00
b1f9c8c5c3 removed obsolete link to skins, edited text 2004-06-05 12:33:44 +00:00
99407d96cf added simple admin interface to add referrers to the
spam filter directly from within the referrers page
2004-05-14 19:26:04 +00:00
Robert Gaggl
cd5814437b modified evalPreferences(): added module hook. loop over all modules and
apply their method evalPreferences() to the site object. with this a module
is responsible for evaluating and storing its site preferences
2004-03-21 15:22:26 +00:00
Robert Gaggl
7bad934fe1 added call of modulePreferences macro 2004-03-21 14:31:47 +00:00
Robert Gaggl
37e9e85025 - modified navigation_macro(): it now embeds module specific navigation
if called with appropriate parameters
- added moduleNavigation_macro() to allow free placement of module
specific navigation in a skin
- added modulePreferences_macro() to embed any module specific preferences
in site preferences
2004-03-21 14:28:05 +00:00
Robert Gaggl
617354602f modified navigation macro calls to embed any module specific navigation 2004-03-21 14:24:47 +00:00
01f4172303 * replaced all occurences of File methods with Helma.File methods (except where File refers to the HopObject prototype) 2004-03-21 11:26:40 +00:00
371da1e94b re-renamed Asset and Picture (incl. manager protos) to their original names (ie. File and Image) and instead added a global Helma object containing JavaScript wrapper methods around the helma.image.ImageGenerator and java.io.File classes 2004-03-20 22:30:35 +00:00