Commit graph

4446 commits

Author SHA1 Message Date
2c9d2cc142 Implemented UIKit support for archive pagination 2015-01-01 20:24:05 +01:00
c27d28b692 Implemented build process for client-side (static) code and assets using Browserify 2015-01-01 20:23:21 +01:00
775396cc11 Do not allow editing or removing a site’s last owner 2014-12-21 17:40:19 +01:00
22abaf218a Added custom and macro macros 2014-12-21 17:34:14 +01:00
87511cfaa6 Allow main and edit actions generally, everything else only if skin is persistent (ie. it was modified) 2014-12-21 17:33:56 +01:00
e98fc57206 Refactored reset_action() 2014-12-21 17:31:52 +01:00
5d7ee56d62 Added first skin name as possible value in getPermission() 2014-12-21 17:31:10 +01:00
3d477bc989 Do not return anything in link_macro() for transient objects (except trails and skins)
Removed requirement for text argument in link_macro()
2014-12-21 17:30:00 +01:00
5f6896d885 Enable permission check by option in skin_macro() 2014-12-21 17:28:08 +01:00
4daddb822f Always redirect to the form for more convenience when editing 2014-12-21 17:25:34 +01:00
17d66dd419 Added User.getMembership() method to ease display of comments by a non-member (“virtual membership”) 2014-12-21 17:24:52 +01:00
b5a7cdbcb7 Refactored remaining prototypes for UIKit support as well as unified and smoothed already refactored ones 2014-12-21 17:22:01 +01:00
83f4c3de9e Moved tooltip to info icon 2014-12-18 00:01:21 +01:00
a1064bb0bc Improved display of stories in lists and editor 2014-12-18 00:00:45 +01:00
bb596e351e Added summary mode to story.comments macro 2014-12-17 23:59:54 +01:00
eed20392c0 Strip tags from story title 2014-12-17 23:59:32 +01:00
d334ac3f05 Modified redirect after editing to return to editor 2014-12-17 23:59:05 +01:00
2211257a71 Moved story macro to the right 2014-12-17 23:58:39 +01:00
0df3fae9c4 Moved top stories into stories section 2014-12-17 23:57:26 +01:00
73089d0658 Slightly improved site settings display 2014-12-17 23:56:06 +01:00
777fc161ef Slightly improved membership display 2014-12-17 23:55:34 +01:00
387a66638c Refactored images for UIKit support 2014-12-17 23:54:38 +01:00
993a4e679e Added checks for transient objects to prevent macro errors 2014-12-17 23:54:22 +01:00
2c94e80a1e Refactored files for UIKit support 2014-12-17 23:53:57 +01:00
83de9d37ca Moved story link to the right 2014-12-17 23:53:34 +01:00
7e46e020b9 Refactored polls for UIKit support 2014-12-17 23:51:00 +01:00
1119059a6d Refactored file upload for UIKit support 2014-12-17 23:50:19 +01:00
b53cb9cb15 Generalized clipboard copy 2014-12-17 23:49:15 +01:00
d4869034d6 Refactored comments for UIKit support 2014-12-16 23:09:48 +01:00
1b79f12eff Refactored for UIKit support 2014-12-16 23:08:48 +01:00
53a97ab812 Add a no-break space between first digit and time measure 2014-12-16 23:05:17 +01:00
11cd154c28 Replaced dark trash icon with lighter version 2014-12-16 23:03:58 +01:00
0e95f9a073 Refactored build script and versioning to work again after move from SVN to Git at code.google.com 2014-12-15 22:29:34 +01:00
46a2e5552a Refactored health and API pages for UIKit support 2014-12-15 20:46:38 +01:00
11e4746311 Sightly modified output of site status in footer 2014-12-14 23:45:14 +01:00
6382cf162a Modified redirect URL to return to the current action 2014-12-14 23:43:46 +01:00
8b619581cf Allow owners and privileged users to edit their own membership status as long as they are not the only site owner.
Fixes issue 85
2014-12-14 23:42:32 +01:00
d12e2a1d65 Refactored membership handling for UIKit support 2014-12-14 23:40:05 +01:00
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
8e7178c3a5 Added target to create a new patch 2014-12-14 10:17:13 +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