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
525be5bf82
Added some comments to explain the JSDoc wrapper script
2011-06-16 16:13:14 +00:00
1c9e0e3c03
Removed obsolete files
2011-06-16 16:04:17 +00:00
51d2953305
* Removed obsolete svn:externals property
...
* Updated build.xml according to recent changes of jsdoc-toolkit
2011-06-16 15:57:09 +00:00
79c37d3869
* Renamed jsdoc-toolkit directory to jsdoc
...
* Added wrapper for running jsdoc/jsrun.sh with svn:executable property
* Moved external jsdoc-toolkit checkout to subdirectory
2011-06-16 15:52:54 +00:00
d032a634df
Replaced copy of jsdoc-toolkit with svn:externals property
2011-06-16 10:46:41 +00:00
c12b9f7c72
Renamed static antville-1.2.js to antville.js – version is now determined in query string
2011-06-16 09:47:31 +00:00
53e3848b14
Escaped false quotes to smooth things out with TextMate
2011-06-16 09:28:26 +00:00
5a4e8a1de3
* Updated H2 database driver to version 1.3.155
...
* Set Antville version to 1.3rc
2011-06-16 09:25:06 +00:00
b897dd7b16
Replaced rotten links with equivalent web.archive.org URLs
2011-06-16 09:16:00 +00:00
4df1183c03
Removed confusing comment
2011-06-16 08:59:40 +00:00
d483c14650
Trying to reduce SQL queries and thus speed up things by issuing HopObject.prefetchChildren() requests for metadata and layout images
2011-06-09 08:43:46 +00:00
b860191347
Trying to improve site deletion routine:
...
* Call Admin.purgeSites() from scheduler() to reduce delay between deletion date and running nightly()
* Do not remove already existing deletion job, can be useful for debugging
* Do not increase Site.deleted property when queueing the deletion job
* Remove deletion job if exists and the site status has been changed again to prevent undesired deletion of sites
2011-06-09 08:25:24 +00:00
1914185389
Patch for fixing content table containing erroneous status values caused by issue 47.
2011-06-06 16:05:14 +00:00
6374e99b9f
Fixes issue 147.
2011-06-06 15:23:42 +00:00
8f788da1b2
Fixed the Sql.SEARCH query to be compatible with PostgreSQL, too
2011-06-06 14:53:21 +00:00
a72fd7e1ee
Fixed Sql.SEARCH query to only output distinct IDs to prevent redundant results
2011-06-06 14:31:23 +00:00
b06deec5c2
Fixed URLs to Google Code Wiki
2011-06-06 08:39:21 +00:00
15cb3bd568
Fixed careless setting of email to arbitrary string instead of root.replyTo in connect.scribe() method
2011-06-06 07:27:16 +00:00
06406614db
Fixed regular expression to remove single and double ticks (aka false quotes); using hexadecimal codes to prevent my editor from choking.
2011-06-06 07:00:15 +00:00
2de6c6ff15
Added default parameter to macro of connect feature; not really beautiful but for now it should be ok.
2011-06-06 06:33:25 +00:00
9ea5d8246a
Fixed connect feature not working with a custom domain simply by not displaying the connection links if we are not serving from the default domain. See http://about.antville.org/stories/2064860/#2064899
2011-06-06 06:20:59 +00:00
98bfb0b0db
Fixed Root.VERSION to print build variables instead of [object Object] when the version string pattern cannot be applied
2011-06-04 18:53:00 +00:00
fe4132440e
Updated i18n files
2011-06-04 18:04:28 +00:00
2174ec3ab4
* Fixed bad bug in User.update() causing user.email and user.url to be overwritten even with invalid data
...
* Added connect feature to user profile by providing links to connect and disconnect from the various services
* Updated Scribe library to version 1.2 (used by connect feature)
2011-06-04 10:53:35 +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
fb129cc351
Updated i18n files
2011-05-29 13:59:21 +00:00
2837612b49
Improved display of window title in Archive by calculating res.data.title more elaborately in Archive.main_action()
2011-05-29 13:55:47 +00:00
3a02c7b557
Updated i18n files
2011-05-29 10:50:48 +00:00