Commit graph

3842 commits

Author SHA1 Message Date
7b4d4f2ecb Extended formatDate() method with texts for weeks, months and years 2014-12-14 23:33:25 +01:00
2d5510f12c Added missing gettext macros 2014-12-14 23:32:33 +01:00
ca1fb24f74 Implemented support for a virtual membership to allow batch-deletion of comments by non-members, too.
Removed restriction of preventing comment creators from deleting their own comments.

Fixes issue 101
Updates issue 88
2014-12-14 15:09:07 +01:00
51910a67eb Fixed client-side script for removing all of a user’s comments from a site 2014-12-14 14:39:06 +01:00
3c3351fff1 Added more collections related to the account as well as getConfirmText() method necessary for removal but at the some time disabled removal completely as we first need to solve relational issues 2014-12-14 10:39:32 +01:00
55931a76e4 Improved form elements by adding appropriate types and limits as well as CSS classes 2014-12-14 10:20:04 +01:00
d43b23bf9a Implemented list layout for jobs queue 2014-12-14 10:18:48 +01:00
b4ca0e0281 Always return to current action after submit (instead of parent action) 2014-12-14 10:16:34 +01:00
27ae074b6c Use res.debug() to assert output in browser console even if there was an exception 2014-12-14 10:15:35 +01:00
5884269360 Removed unnecessary user relation from TagHub 2014-12-14 09:52:58 +01:00
5099287624 Added textarea for keeping administrative notes about sites.
Fixes issue 42
2014-12-12 14:50:50 +01:00
97c406d3f1 Added textarea for keeping administrative notes about user accounts. Update issue #42 2014-12-12 14:35:13 +01:00
3e735c6cf0 Replaced standard password field with UIKit’s one and refactored forms for UIKit integration 2014-12-10 16:55:37 +01:00
8fe62c80b7 Renamed Preferences to Settings 2014-12-10 16:54:04 +01:00
fa308c90b3 Replaced Site.name with Site.getTitle() 2014-12-10 16:53:30 +01:00
780f250d90 Renamed User Profile to Account 2014-12-10 16:51:08 +01:00
5688cabffa Refactored delete action for HopObject, Site and Comment 2014-12-10 16:50:16 +01:00
b6693b0e83 Fixed missing parameter in link macro 2014-12-10 16:46:53 +01:00
3be95b5af4 Updated admin pages for UIKit integration 2014-12-10 16:46:18 +01:00
f84dd64ec4 Renamed title of frontage skin to Start Page 2014-12-08 20:20:17 +01:00
bed7086b6c Increased amount of displayed sites in admin section to 25 2014-12-08 20:19:38 +01:00
55ceb24208 Refactored site admin for UIKit and delegation of admin tools to actual site 2014-12-08 20:19:12 +01:00
e8ac80c22f Retouched navigation to make it less “boxy” 2014-12-06 23:58:24 +01:00
82a5b30494 Modified Antville header for full width
Enabled “almost-flat” theme
2014-12-06 21:57:46 +01:00
509eff49ec Fixed RSS navigation item 2014-12-06 21:55:58 +01:00
9bc5084ff7 Updated contact form for UIKit 2014-12-06 21:55:28 +01:00
44e76dd0f4 Updated pagination for UIKit 2014-12-06 21:54:52 +01:00
03233f4d78 Improved the output bridge from Helma to the browser console 2014-12-01 21:15:21 +01:00
e9ffe5e5ec Merge branch 'feature/trails' into develop 2014-12-01 20:46:14 +01:00
b112395a53 Refactored code to work with trails 2014-12-01 20:45:16 +01:00
0792317523 Merge branch 'hotfix/closed-stories-collection' into develop 2014-11-30 22:36:10 +01:00
c22e3695d9 Fixed missing equal sign in closed.foreign setting 2014-11-30 22:35:30 +01:00
da65dbbbfd First implementation of Antville add-ons aka trails which hopefully are better suited for a modular approach than the current Feature implementation 2014-11-30 22:27:00 +01:00
d15b899f47 Restyled more skins for working with UIKit 2014-11-09 20:22:42 +01:00
61ed3ea736 Restyled first skins for working with UIKit 2014-11-08 23:44:23 +01:00
c505b8e7b4 Created client-side antville.js with Browserify:
`browserify main.js -p [minifyify --map main.map.json --output main.map.json] > main.min.js`
2014-07-04 21:14:00 +02:00
291dafa087 Merge branch 'feature/code-cleanup' into develop
Conflicts:
	code/Story/Story.js
2014-07-04 17:27:36 +02:00
c9d4a23c43 Workaround to prevent a zombie story (ie. with a corrupt creator ID) from becoming undeletable 2014-07-04 17:23:28 +02:00
ab8560b057 Updated license header and unified comments 2014-07-04 17:16:51 +02:00
a70d7e9029 Replaced most double ticks with single ones 2014-07-04 15:44:41 +02:00
c7d78eba65 Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +02:00
3e769d3d6e Cleaned up whitespace with Sublime Text 2 2014-07-04 15:30:46 +02:00
f442b2a6d7 Added /trunk as suffix to the source code URL 2014-01-01 14:50:43 +00:00
21ccb28f60 Fixed Members.getPermission() method to enable Features to work with restricted sites 2014-01-01 14:42:02 +00:00
9a5f8f9762 Fixed imagelist_macro() in compatibility layer 2013-07-29 17:04:12 +00:00
1bc27a0ad0 Saved original renderSkin/AsString() methods using double underscores as pre/suffix 2013-07-29 10:17:37 +00:00
69ae03b63e Added round social media icons from http://medialoot.com/item/round-social-media-icons 2013-07-24 07:23:04 +00:00
cb9941ba9f * Added macro_list() to Story.edit skin
* Replaced fugly <%> skin edit control with Ⓢ
2013-07-23 20:29:43 +00:00
9f5ac4e5b0 Removed logging command 2013-04-07 20:50:06 +00:00
0723c7cadf Fixed division by zero errors 2013-04-07 18:43:27 +00:00