Commit graph

4433 commits

Author SHA1 Message Date
509eff49ec Fixed RSS navigation item 2014-12-06 21:55:58 +01:00
9bc5084ff7 Updated contact form for UIKit 2014-12-06 21:55:28 +01:00
44e76dd0f4 Updated pagination for UIKit 2014-12-06 21:54:52 +01:00
c24f936aea Removed artefacts of gray pixels 2014-12-06 21:51:23 +01:00
03233f4d78 Improved the output bridge from Helma to the browser console 2014-12-01 21:15:21 +01:00
e9ffe5e5ec Merge branch 'feature/trails' into develop 2014-12-01 20:46:14 +01:00
b112395a53 Refactored code to work with trails 2014-12-01 20:45:16 +01:00
0792317523 Merge branch 'hotfix/closed-stories-collection' into develop 2014-11-30 22:36:10 +01:00
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
a0773a5b1f Merge branch 'feature/browserify-integration' into develop 2014-07-05 18:40:27 +02:00
68ac1517d4 Fixed MarkDown snytax for e-mail address link 2014-07-05 14:15:36 +02:00
fc739ec28a Fixed Twitter OAuth login error (Response body is incorrect. Can't extract token and secret from this: 'SSL is required ') 2014-07-05 12:54:59 +02:00
fe6831bcd6 Rewrote Readme and installation instructions in MarkDown format 2014-07-04 21:55:57 +02:00
17078f3252 Removed unnecessary whitespace 2014-07-04 21:15:09 +02: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
ee22437775 Merge branch 'hotfix/delete-zombie-story' 2014-07-04 17:25:12 +02:00
e02d13f4bd Merge branch 'hotfix/delete-zombie-story' into develop 2014-07-04 17:25:12 +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
deabb56643 Removed obsolete code in comments and made some minor changes 2014-01-01 12:21:53 +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
d11b20b32a Fixed Site.link_macro() in compatibility layer 2013-07-29 10:14:32 +00:00
6bb0d00c79 Fixed GitHub URLs in build.xml 2013-07-28 20:39:34 +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
f98e088d79 Fixed Twitter API version 2013-07-23 20:10:05 +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
696c936cfb Removed local repository 2013-04-07 18:14:21 +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
bc0dde7ade Fixed compatibility layer 2013-04-07 16:46:42 +00:00
e7dc2df12e * Fixed connection with actual user when credentials are provided on Google connect
* Added call to user.touch() after successful login to update lastLogin property
2013-04-07 16:34:52 +00:00
02a2f850a5 Slightly retouched 2013-04-07 16:33:36 +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