|
22442d9e30
|
fix: refactored linebreak_filter() to fix output of Markdown code segments
|
2015-08-10 14:22:46 +02:00 |
|
|
66384329d6
|
Replace site.title with site.name until title cannot consist of whitespace causing invisible links
|
2015-05-25 22:25:35 +02:00 |
|
|
06b34f0484
|
Defined maximum batch size with constant and increased it to 50
|
2015-05-25 22:24:49 +02:00 |
|
|
46b1515edd
|
Added file extension
|
2015-05-25 22:18:56 +02:00 |
|
|
5a2038000d
|
Refactored Exporter.run() method
|
2015-05-25 22:05:11 +02:00 |
|
|
3889b9348e
|
Fixed exceptions thrown during scheduled removal of deleted sites
|
2015-05-25 15:46:09 +02:00 |
|
|
c703ea5897
|
Show configured instead of modified date in site settings
|
2015-05-25 15:44:41 +02:00 |
|
|
79e46699d2
|
Update configured and modifier even after privileged user edited site settings
|
2015-05-25 15:43:38 +02:00 |
|
|
02c188aa45
|
Improved display of job list; implemented delete functionality
|
2015-05-24 23:01:34 +02:00 |
|
|
fc43b51140
|
Use the first admin user instead of the first user (which could be a generic one).
|
2015-05-24 23:00:20 +02:00 |
|
|
8e1466e511
|
Prevented removal of a job which did not finish due to an exception
|
2015-05-24 22:59:47 +02:00 |
|
|
caffb014d3
|
Remove the job reference from the target when deleting a job
|
2015-05-24 22:58:43 +02:00 |
|
|
e70b405b55
|
Added sort order for collection of deleted sites
|
2015-05-24 22:58:15 +02:00 |
|
|
471f6f92d2
|
Fixed issue causing a job removing a site to throw an exception due to trying to create a layout archive – which is nonsense as it the whole site is going to be removed anyway.
|
2015-05-24 22:57:55 +02:00 |
|
|
568aa3352d
|
Enabled asynchronous XHR for retrieving salt from back-end
|
2015-05-23 17:36:33 +02:00 |
|
|
abc4392332
|
Updated translations
|
2015-05-23 17:35:19 +02:00 |
|
|
43a6443e22
|
Refactored story filters to remove unwanted side-effects (see http://scifi.antville.org/stories/2188604)
|
2015-05-20 15:30:41 +02:00 |
|
|
f95a5157e5
|
Removed log statement
|
2015-05-20 15:29:45 +02:00 |
|
|
4a81ae03cb
|
Removed undesired whitespace after an image box
|
2015-05-20 15:29:28 +02:00 |
|
|
540ece87c5
|
Turned now_macro() from function statement to function expression, preventing the now_macro() in modules/core/Global.js from overwriting via hoisting
|
2015-05-16 19:50:43 +02:00 |
|
|
4019cb861c
|
Fixed defunct sorting options of sites
|
2015-05-16 19:03:44 +02:00 |
|
|
f4fdd91c32
|
Added some more search engines and url shorteners
|
2015-05-13 20:57:19 +02:00 |
|
|
25f6604105
|
Fixed backslashes
|
2015-05-13 20:48:19 +02:00 |
|
|
17e727ae59
|
Added baidu.com and duckduckgo.com
|
2015-05-13 20:31:29 +02:00 |
|
|
12da671a20
|
Slightly refactored story, image and poll macros for not showing “via” footer on the same site; story macro now with default story filter.
|
2015-05-08 15:14:46 +02:00 |
|
|
4c668ed024
|
Fixed date output
|
2015-05-02 19:56:30 +02:00 |
|
|
ebf70d6655
|
Made markdown mode the default and removed plain mode in Story.format_filter()
|
2015-05-02 19:38:42 +02:00 |
|
|
1706463463
|
Disabled extended mode from url_filter() again
|
2015-05-02 18:26:50 +02:00 |
|
|
74a7379118
|
Refactored url_filter() to only reformate textual URLs without adding an HTML link element (which is done by the MarkDown renderer now, anyway). Thus, hopefully fixing e.g. nasty issues with links in attributes causing layout havoc, once and for all.
|
2015-05-02 18:25:10 +02:00 |
|
|
47d152ecc4
|
Optimized Open Graph output for conditions where title or description is not available
|
2015-04-27 10:49:28 +02:00 |
|
|
efea5874c8
|
Do not display the “via” footer if the image is from the current site
|
2015-04-26 13:42:36 +02:00 |
|
|
bf8bf20c63
|
Fixed bracketing
|
2015-04-26 13:39:59 +02:00 |
|
|
7f075ef0a5
|
Modified RSS output of date as a fallback when no title is available
|
2015-04-26 13:23:33 +02:00 |
|
|
5ac84497e7
|
Added getDescription() method returning the story text in a plain format usable for Open Graph; slightly modified Open Graph output of story title
|
2015-04-26 13:19:30 +02:00 |
|
|
98f495ea15
|
Fixed unrendered Markdown in RSS output; re-enabled already existing work-around for exceptions thrown due to ASCII control characters
|
2015-04-26 13:07:48 +02:00 |
|
|
98aada09bd
|
Added <p> element around text to prevent it sticking to the message alert
|
2015-04-18 09:42:20 +02:00 |
|
|
e5cf48470a
|
Added comment link to all comments, but linked it to the top comment only, for two-level hierarchy
|
2015-04-17 14:58:45 +02:00 |
|
|
dde6f1b160
|
Changed order of format filters one more time (hopefully the last one)
|
2015-04-17 14:04:13 +02:00 |
|
|
40519bc0ea
|
Cleaned up all and upgraded some NPM modules
|
2015-04-17 13:26:38 +02:00 |
|
|
cd9b084cd7
|
Added work-around for cursor positioning issue until official fix is available. See https://github.com/uikit/uikit/issues/1149
|
2015-04-17 13:21:15 +02:00 |
|
|
a57311c412
|
Fixed encoding in search query
|
2015-04-17 13:18:31 +02:00 |
|
|
587eac895f
|
Reduced navigation of root site; removed search and added contact link
|
2015-04-16 21:09:41 +02:00 |
|
|
5fee30c368
|
Implemted Site.contact_action, redirecting to contact form of first site owner
|
2015-04-16 21:07:53 +02:00 |
|
|
8f0a1dcfff
|
Fixed bug causing scrambled rendering of Markdown links [foobar](http://…)
|
2015-04-12 15:36:49 +02:00 |
|
|
5ecd38328c
|
Enabled image tags in comments
|
2015-04-12 14:56:51 +02:00 |
|
|
20c2c7b3c1
|
Swapped “Name” with “Account”
|
2015-04-12 14:19:41 +02:00 |
|
|
e01cecfe25
|
Allowed a privileged user to add, edit and delete memberships without restrictions (you know what you’re doing)
|
2015-04-12 14:18:30 +02:00 |
|
|
65ffc80208
|
Unified permissions for a user to delete their subscription
|
2015-04-12 14:17:30 +02:00 |
|
|
a284fbd91b
|
Changed behavior when trying to add an already existing membership; instead of throwing an exception, simply redirect to the membership editor.
|
2015-04-12 14:10:22 +02:00 |
|
|
f2e121dbfb
|
Changed visibility of filter button (“gaslighting”). Only privileged users and content managers see it, unless they are the content’s creator, or the account is already filtered.
|
2015-04-12 14:08:41 +02:00 |
|