Commit graph

3711 commits

Author SHA1 Message Date
0d2774d482 Merge branch 'develop' into feature/admin-improvements
* develop:
  Revert "Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process)"
  Reduced visible text and added little script for previewing the new site URL
  Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process)
  Fixed license and author
  Removed outdated info text
  Fixed missing directories on build
  Fixed sorting and limit of Root.updates collection
2015-01-03 12:31:52 +01:00
e9634b8371 Revert "Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process)"
This reverts commit 509f2d1013.
2015-01-03 12:23:13 +01:00
2b157e2d35 Merge branch 'feature/site-creation-love' into develop 2015-01-03 12:21:56 +01:00
511b7f2c83 Reduced visible text and added little script for previewing the new site URL 2015-01-03 12:21:49 +01:00
fa9293a16d Merge branch 'feature/new-list-of-site-updates' into develop 2015-01-03 11:22:00 +01:00
509f2d1013 Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process) 2015-01-03 11:21:49 +01:00
e776140e8a Removed outdated info text 2015-01-03 11:21:02 +01:00
6e1cacd6ad Fixed sorting and limit of Root.updates collection 2015-01-03 11:19:37 +01:00
5c9dbb8c91 Re-enabled admin navigation 2015-01-01 22:04:11 +01:00
840b908e08 Fixed issue causing malformed HTML with UIKit 2015-01-01 21:35:49 +01:00
11fa33bf7e Added missing updates collection 2015-01-01 21:34:28 +01:00
a242e4485b Added missing skin for search results 2015-01-01 21:33:55 +01:00
65cf395c79 Slightly modified forms 2015-01-01 21:33:22 +01:00
8bf91064b8 Updated CSS with some semantic prefixes 2015-01-01 21:31:21 +01:00
d6da64043e Increased list output to 50 items per page 2015-01-01 21:30:07 +01:00
ee497b2021 Moved button group and permalink into extra skins 2015-01-01 21:29:31 +01:00
5dadb13a3a Fixed automatic highlight of current menu item when URL contains a hash 2015-01-01 21:16:30 +01:00
a65a9d9a10 Refactored skin editor 2015-01-01 21:12:25 +01:00
5241817470 Finalized footer 2015-01-01 21:04:01 +01:00
163025eb23 Refactored site list 2015-01-01 21:03:26 +01:00
92f2f97876 Fixed name of updates link 2015-01-01 21:01:52 +01:00
a98b7fddb3 Refactored site search 2015-01-01 21:00:43 +01:00
2ad7b4411f Muted text 2015-01-01 20:57:11 +01:00
837c3df0e0 Renamed updated_action() to updates_action() 2015-01-01 20:56:32 +01:00
b9223e2c42 Fixed paths after moving site directories into new static/site subdir 2015-01-01 20:54:43 +01:00
ad366444e3 Refactored skin controls 2015-01-01 20:51:47 +01:00
a586efcc8c Refactored member search 2015-01-01 20:49:18 +01:00
7806668ef4 Implemented list of site updates with story/comment preview 2015-01-01 20:41:28 +01:00
c70eb730b1 Always redirect to main action after editing a story, image, comment or poll 2015-01-01 20:32:22 +01:00
7a9abfc984 Modified permissions for editing a comment. Instead of checking the story permissions we only allow editing for the original creator. 2015-01-01 20:30:29 +01:00
824d58bf36 Fixed indentation for replies and enabled Gravatar profile pictures 2015-01-01 20:29:14 +01:00
f9cb122444 Added edit link 2015-01-01 20:25:51 +01:00
25f9f791ab Replaced class name with prefixed one in CSS-style (hyphens instead of camel case) 2015-01-01 20:25:29 +01:00
2c9d2cc142 Implemented UIKit support for archive pagination 2015-01-01 20:24:05 +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