|
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 |
|
|
a432df984d
|
* Added output of unprocessed CSS/LESS if LESS parser should throw an error
* Fixed definition of Site.callbackUrl
|
2013-04-07 17:45:03 +00:00 |
|
|
7ac92a45cb
|
Retouched display of skin edit controls
|
2013-04-07 17:42:42 +00:00 |
|
|
87e15885db
|
Added cookie settings as comments
|
2013-04-07 16:24:43 +00:00 |
|
|
b29c1d4db2
|
Enabled override of renderSkin/AsString() methods for all prototypes
|
2013-04-07 16:23:04 +00:00 |
|
|
b7851bebec
|
* Enabled color of skin controls and highlights to be set in user stylesheet
* Replaced custom color of form borders with value for color of small fonts
|
2013-04-07 16:21:09 +00:00 |
|
|
8a35fc0606
|
Updated delete action in Admin to immediately remove a site with zero stories. Fixes issue 73.
|
2013-04-06 22:00:19 +00:00 |
|
|
83105d0217
|
Added client-side code to reflect state of callbackMode in callbackUrl input
|
2013-04-06 21:55:25 +00:00 |
|
|
4022b4b12d
|
Fixed console.log() method to accept more than one argument
|
2013-04-06 21:53:39 +00:00 |
|
|
061fc70a35
|
Fixed regression bugs in Site.add() method
|
2013-04-06 21:28:33 +00:00 |
|
|
462c2d6dd9
|
Updated file upload button
|
2013-04-06 20:30:03 +00:00 |
|
|
3a28e99d08
|
Updated XHR method to retrieve JSON data
|
2013-04-06 20:18:32 +00:00 |
|
|
b354275126
|
Fixed bug in JSON output caused by incompatible use of toSource() method, preventing Story restore feature from working
|
2013-04-06 20:16:54 +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 |
|
|
d98803cfb7
|
* Pinned jQuery version to 1.8 to prevent compatibility patches for now
* Fixed mimetypes of RSS output
|
2013-04-04 14:42:07 +00:00 |
|
|
b6095cc869
|
Added referrer as “via” to bookmarklet text
|
2012-07-20 17:46:12 +00:00 |
|
|
6bb171cea6
|
Added some margin to the bottom of an skin edit link
|
2012-06-22 11:59:16 +00:00 |
|
|
4c54e3805c
|
Refactored code for displaying skin editing links to prevent erroneous or redundant rendering
|
2012-06-22 11:37:21 +00:00 |
|
|
0a289e2d51
|
Fixed bug causing redundant date headers to be rendered due to inconsistent timezone conversion
|
2012-06-13 13:54:16 +00:00 |
|
|
7afeffee97
|
Added scheme to result of Site.getStaticUrl() again, otherwise file redirects are not working
|
2012-06-11 10:03:21 +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 |
|
|
cb79ff8a4f
|
Removed remaining references to obsolete port variable
|
2012-06-04 19:44:54 +00:00 |
|
|
d2f82bfa98
|
Removed redundant port number as well as slashes when building URL
|
2012-06-04 19:43:10 +00:00 |
|
|
27581de76b
|
Reverted to URLs with http or https scheme
|
2012-06-04 19:02:40 +00:00 |
|
|
b1cc83945c
|
Added support for text selection: selected text will be wrapped in hyperlink to source URL and used as default value for text input
|
2012-06-04 18:42:19 +00:00 |
|
|
0a9be160dd
|
Rewrote Images.Image.getUrl() method
|
2012-06-04 18:38:45 +00:00 |
|
|
de2b2c7333
|
Rewrote Image.getUrl() method
|
2012-06-04 18:38:08 +00:00 |
|
|
f7a415cd83
|
Rewrote getStaticUrl() and processHref() methods of Site
|
2012-06-04 18:36:30 +00:00 |
|
|
50c331f86f
|
* Moved Root.static_macro() to Site
* Added call for Site.processHref() before returning result of Site.getStaticUrl()
* Fixed URL in bookmarklet link of $Site#edit skin
|
2012-05-29 11:53:49 +00:00 |
|
|
0a498e7294
|
Moved aspect code to new global file to prevent ugly errors from incorrect code update
|
2012-05-29 09:52:07 +00:00 |
|