Commit graph

4691 commits

Author SHA1 Message Date
4f143747f5 Added table name “tag” to column “name” 2012-05-13 20:03:57 +00:00
eeaa94116d Made sure that argument is always a string before starting to replace in gettext() methods 2012-05-13 20:02:54 +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
f5e4a8111f Set color of helma macros to black 2012-05-13 18:34:30 +00:00
8fceb47681 Added white background to CodeMirror input element 2012-05-13 18:31:15 +00:00
d571c921fe * Added i18n and label for sandbox checkbox in $Layout#edit skin
* Fixed value of layout sandbox cookie in Layout.sandbox() method
 * Removed (yet) unused Layout.sandbox_action()
 * Removed (yet) unused session.data.layout in HopObject.onRequest() 
 * Moved code setting res.contentType to top of Tag.rss_xml_action()
2012-05-13 18:22:05 +00:00
eff1a99adc Added code to override the HopObject.renderSkin() methods to enable display of skin edit controls. 2012-05-13 17:05:12 +00:00
b21d98211e Implemented first basic version of layout option for switching display of skin edit controls, ie. a button that appears next to every editable skin and directly leads to the skin editor when clicked. 2012-05-13 17:02:09 +00:00
99b771f8af Added confirmation for constructor call 2012-05-12 18:18:52 +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
4fa342c65b * Added new static add() method to most of the prototypes doing all necessary stuff to create the desired object, updating it, adding it to the right collection etc.
* Disburdened constructor methods of most of the prototypes by moving most of the code to the new static add() method.
 * Added temporary debugging method HopObject.confirmConstructor() to log a warning whenever a constructor is directly called – in which case it should be checked if the static add() method is to be preferred.
2012-05-12 13:54:04 +00:00
56d85942ed Replaced “return false” with “event.preventDefault()” in $Poll.skin#edit skin 2012-05-12 13:52:38 +00:00
531778c38c Fixed table layout, only creating one table for all results instead of one per each. 2012-05-12 13:52:09 +00:00
2cb742024d * Added new static add() method to most of the prototypes doing all necessary stuff to create the desired object, updating it, adding it to the right collection etc.
* Disburdened constructor methods of most of the prototypes by moving most of the code to the new static add() method.
 * Added temporary debugging method HopObject.confirmConstructor() to log a warning whenever a constructor is directly called – in which case it should be checked if the static add() method is to be preferred.
 * Removed obsolete code in Poll.edit_action() method.
2012-05-12 13:50:41 +00:00
e58d37e820 Added --force switch to svn export command for directories which are now already created from git submodules 2012-04-22 17:17:36 +00:00
744e72d3b4 Fixed tiny bug causing erroneously repeating lines 2012-04-22 17:15:34 +00:00
385bb40b48 Fixed control links 2012-04-21 16:08:57 +00:00
c760ba1c76 Slightly improved error ratio output 2012-04-21 15:46:45 +00:00
172f1c901a * Revamped and condensed health output
* Added error ratio for last 5 minutes. Fixes issue 65.
2012-04-21 15:35:44 +00:00
8e0e494d9a Implemented selection of macro code on click 2012-04-21 14:55:15 +00:00
c321c837d0 Fixed another occurrence of bug described in previous commit 2012-04-21 13:58:00 +00:00
4304d5c2ab Fixed strange bug causing the following macro structure to throw [Macro error in gettext: TypeError: Cannot find function replace in object Public. (/opt/helma/apps/antville/code/Global/i18n.js#100)]:
<% gettext <% item.status | capitalize %> %>
2012-04-21 13:57:17 +00:00
4f51765105 Fixed page width 2012-04-20 23:52:08 +00:00
e250a1bf3c Fixed i18n 2012-04-20 23:43:32 +00:00
bc2a770097 Improved diff view of skins (side-by-side, lighter colors, controls) 2012-04-20 23:21:50 +00:00
ebcf50bfe6 Implemented syntax highlighting in skin editor using Code Mirror from http://codemirror.net 2012-04-20 19:11:56 +00:00
7a67cd369f Updated JAR files built with source from oberhamsi/jetty7 branch 2012-04-20 11:26:12 +00:00
38ab82d586 * Updated location of Jala module (now at GitHub)
* Pushed version string to 1.4
2012-04-20 11:10:37 +00:00
0642342673 * Fixed issue requiring java.net.IDN class (ie. Java version >= 1.6) when creating a site
* Improved checks for site name containing problematic characters when used in vhost environment
2011-07-14 14:32:07 +00:00
a525ae4466 Fixed domain check used for conditional rendering of connect feature in last commit 2011-07-14 09:53:30 +00:00
a1c4b0fbd6 Fixed bug in connect feature preventing it from working on all vhosts of a domain – see http://about.antville.org/stories/2062518 2011-07-13 11:21:23 +00:00
2ebcb20184 Removed "final" as default string for the development part of Root.VERSION 2011-06-28 07:58:55 +00:00
59877d2ab3 Fixed bug in ReCAPTCHA feature preventing authenticated users from sending a message 2011-06-28 07:51:58 +00:00
ef6429ab94 Fixed svn:mimetype for CSS files 2011-06-27 20:31:36 +00:00
764cb4cace Generated API docs for version 1.3 2011-06-27 20:24:45 +00:00
f65641e28f Fixed link to Helma Documentation 2011-06-27 20:22:23 +00:00
518db43b8a Switched JSDoc to using the recently added codeview template 2011-06-27 20:19:02 +00:00
66951ca743 Completed API documentation 2011-06-27 20:17:21 +00:00
a4bd814c47 Fixed typo 2011-06-27 20:15:55 +00:00
3954dc9894 Fixed some (missing) API doc tags 2011-06-27 20:14:55 +00:00
4191165f6e * Added codeview template from http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/
* Moved default template into own subdir
2011-06-27 20:04:25 +00:00
5732b470a5 Added missing API doc comments 2011-06-27 19:19:12 +00:00
796c7c9438 Generated up-to-date version of API docs 2011-06-27 19:11:58 +00:00
58c3ba3a24 Removed rc suffix from version string: preparing for release! 2011-06-27 19:02:34 +00:00
Philipp Naderer
c7803133b3 Added addition parameters to API methods to upload images. 2011-06-27 13:52:02 +00:00
2f0b263110 Fixed bug in Story.format_filter() causing exception when replacing pseudo-quotes with their entities 2011-06-27 11:51:05 +00:00
bcc2bb11c2 Added links to Antville’s Twitter and Facebook profiles 2011-06-26 18:17:03 +00:00
99f505aa96 Removed old version of H2 database driver 2011-06-16 16:45:49 +00:00
054b09d457 Updated Ant target library for uploading files to Google Code to version 0.0.3 2011-06-16 16:20:41 +00:00