6e40b1fdec
Format story content in compat layer as Markdown
2021-06-06 20:45:43 +02:00
eaa3ba2357
chg: rewrote most client-side code with alpine.js
2020-05-02 17:44:26 +02:00
da1c419875
chg: rewrote most client-side code without using jquery
2020-04-13 13:40:06 +02:00
c36302a83f
chg: refactored deletion of accounts and sites
2018-05-21 15:00:57 +02:00
b8b58a2ce7
chg: replaced google-search property with search.provider
...
enabled button for more results at other search providers
2018-05-18 20:46:14 +02:00
922f2ed732
add: support for account deletion
2018-05-12 17:39:34 +02:00
9f7d1a8529
fix: wrong namespace for sanitizeHtml method
2018-04-30 11:28:17 +02:00
fdfee2e50d
fix: display of file origin in File and Image prototypes
...
* ignore origins with c:\fakepath\ (i.e. uploaded from local file system)
* use `description_macro()` for output of either this.description or this.origin (if available) or nothing, instead of macro default
* prevent setting this.description in `update()` methods or from formica bookmarklet
2016-06-26 13:21:57 +02:00
a57311c412
Fixed encoding in search query
2015-04-17 13:18:31 +02:00
b189eba3ce
Added support for “publish” button in existing layouts
2015-04-12 14:01:33 +02:00
86cb473b03
Fixed compatibility issues with missing core stylesheet / JavaScript
2015-03-27 18:53:26 +01:00
5446fc87c2
Fixed nasty bug when resubmitting the story editor via script
2015-03-06 17:25:53 +01:00
d57b9b5f64
Fixed b/w compatibility for topiclist macro
2015-01-31 15:09:58 +01:00
6643173102
Fixed backward compatibility for sitelist_macro()
2015-01-24 20:26:01 +01:00
e05ecfc4e0
Added client-side code to automatically inject a missing main.css
2015-01-11 20:12:01 +01:00
3fcdde3bb3
Added compatibility code to completely include all necessary stylesheets even when site’s CSS is embedded via skin macro
2015-01-11 19:28:48 +01:00
c3d4ff8d09
Remove site-specific part from search query in the input value
2015-01-07 00:00:40 +01:00
b07ed2ec58
Make Google search work on test site (ie. using the results from the original site!)
2015-01-06 19:12:33 +01:00
dd23be6f84
Moved Google search support to compat layer
2015-01-06 18:46:06 +01:00
c614e08718
Fixed b/w compatibility for linked comments in history skin
2015-01-05 20:26:29 +01:00
1b79f12eff
Refactored for UIKit support
2014-12-16 23:08:48 +01:00
ab8560b057
Updated license header and unified comments
2014-07-04 17:16:51 +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
9a5f8f9762
Fixed imagelist_macro() in compatibility layer
2013-07-29 17:04:12 +00:00
d11b20b32a
Fixed Site.link_macro() in compatibility layer
2013-07-29 10:14:32 +00:00
bc0dde7ade
Fixed compatibility layer
2013-04-07 16:46:42 +00:00
6da05126fe
Moved allowed Story this.link_macro() to compat layer
2013-04-06 20:04:26 +00:00
483f040e6d
Moved some more deprecated allowed Story macros to compat layer
2013-04-06 19:53:11 +00:00
c4e64ac700
* Moved deprecated macros allowed in a story to compatibility layer
...
* Simultaneously defined allowed macros in a constant array for further use
2013-04-06 19:35:18 +00:00
d4ad65d441
Fixed compatibilty layer overwriting HopObject.onCodeChange() method in core preventing skin controls from showing
2012-06-04 20:37:25 +00:00
f11246cc70
Removed call for obsolete HopObject._renderSkin() method
2012-05-19 12:45:44 +00:00
1af49c2b5a
* Fixed bug in Site.link_macro() method of the compatibility layer
...
* Fixed rendering of legacy navigation skins with overridden HopObject.renderSkinAsString() method
* Fixed typo when saving the original HopObject.renderSkinAsString() method
2012-05-13 19:22:56 +00:00
e3a5e68102
Changed signature of HopObject.confirmConstructor() method: argument can now be either a constructor function or a prototype instance
2012-05-12 16:31:43 +00:00
08f3c6b2c9
Fixed “new Comment” constructor call according to latest changes in constructors
2012-05-12 14:18:31 +00:00
6374e99b9f
Fixes issue 147.
2011-06-06 15:23:42 +00:00
002660ac64
Fixed bug causing images to be rendered in Story#history skin as reported in http://about.antville.org/stories/2062518/#2064313
2011-05-31 09:13:29 +00:00
d6dcaa26d8
Added two macros for compatibility
2011-05-29 09:09:49 +00:00
aff6a03f0e
Added compatibility fix for rendering full URLs in HopObject.link_macro() – e.g. <% story.link to=" http://antville.org " text="Antville rocks!" %>. Fixes issue 21.
2011-05-29 08:19:39 +00:00
fe6c951909
Fixed bug introduced in r4388 preventing tags from being set by topics (compatibility layer): other than req.data, req.postParams et al. are not mutable. Thus, setting req.postParams.tags = [topics] failed. Solved by cloning the request params object which hopefully does not break anything else.
2011-05-19 12:10:08 +00:00
9679f3d561
* Removed Site.longDateFormat and Site.shortDateFormat properties; date formatting is now completely delegated to the underlying JVM
...
* Removed <select> elements for long and short date formats in $Site.edit skin
* Removed compatibility support for long and short date formats
* Removed global getDateFormats() method and commented code in global formatDate() method
* Slightly shortened <select> elements in site preferences again
2011-05-16 16:52:21 +00:00
e5d037cded
Removed legacy properties from req.postParams in aspects.fixStoryEditorParams()
2011-05-15 14:59:22 +00:00
0f7c8f53e1
* Slightly modified Story.content_macro() in compat to prevent leaking of param properties into HTML attributes
...
* Replaced req.data with req.params in Stories.create_action() and Images.create_action() to prevent leaking of unwanted data (e.g. http_*) to the database
* Renamed and refactored Story.setMetadata() to Story.setCustomContent()
* Renamed Story.isMetadata() to Story.isCustomContent()
2011-05-15 14:42:54 +00:00
2ca26e4f28
* Added Story.add() method as counterpart to Story.remove() and to establish kind of internal API
...
* Rewrote external API (Api prototype) reducing redundant code by calling Story.add() method
2011-03-15 20:22:08 +00:00
5888797569
Added URL keyword to svn:keywords property
2011-02-23 16:24:32 +00:00
250573b4e4
* Refactored compatibility layer according to changes in Metadata prototype
...
* Added some FIXMEs where measurements are unclear
* Removed obsolete comments and files
2011-02-10 23:41:12 +00:00
791e099ade
Removed support_macro() from compatibility layer because it was never released, anyway
2011-01-07 18:13:40 +00:00
20f0be8868
Modified Root.VERSION string in compatibility layer to only append additional version information
2011-01-07 15:35:31 +00:00
b3decac351
Disabled return statement causing errors when converting a layout on Ubuntu. Fixes #112 .
2010-06-06 07:55:10 +00:00
ea253236bb
Wrapped missing message in <% gettext %> macro, added it to POT template and english message file and translated it to german.
2010-06-05 07:24:16 +00:00