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
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
666ccf7af8
* Refactored Facebook and Google connectors
...
* Upgraded Scribe to version 1.3
2013-04-04 22:14:40 +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
36f84612fc
Optimized PNGs
2012-07-19 18:51:05 +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
b0ef753860
Set correct svn:mimetype properties for css, font and javascript files
2012-05-29 08:39:35 +00:00
1a0c8240ce
Fixed bug causing incorrect image link
2012-05-24 12:48:45 +00:00
f997f56c77
Fixed wrong setting of image width and height
2012-05-24 12:46:37 +00:00
61b843629e
Added arguments for max. width and height of the image
2012-05-24 12:40:02 +00:00
9900a640fe
Fixed bug causing incorrect image URLS
2012-05-24 12:11:15 +00:00
38443d4e79
Removed <% request.http_host %> macro from bookmarklet as it seems to be necessary only for my local installation
2012-05-24 11:51:35 +00:00
7cdc36d9bc
Added bookmarklet for easily posting a story and one image with a link to the URL of the active
...
browser window or tab. Only tested with Chrome, needs further testing with other browsers.
2012-05-24 11:48:09 +00:00
509cd9b142
Updated documentation, mainly for the global namespace
2012-05-22 08:19:02 +00:00
d17e3cc0aa
* Added console.log() method for conveniently logging from Helma directly to the browser console
...
* Reverted changes in list_macro() to prevent existing macros from breaking
* Refactored randomize_macro() to become random_macro()
* Removed obsolete code
* Wrapped import of i18n files in anonymous function
* Added and/or completed missing documentation
2012-05-19 17:43:59 +00:00
ebbfd2235f
Added and/or completed missing documentation
2012-05-19 17:39:37 +00:00
c6519a0245
Fixed case of Aspects module
2012-05-19 13:02:27 +00:00
f11246cc70
Removed call for obsolete HopObject._renderSkin() method
2012-05-19 12:45:44 +00:00
bf06beac65
Turned ugly code overriding HopObject.renderSkin/AsString() methods into helma.Aspects and added check if skins should be wrapped into extra <div>s for showing edit controls
2012-05-19 12:41:24 +00:00
2c82c05d6d
Renamed to 5.less-helma-1.3.0.js
2012-05-14 16:02:05 +00:00
b72da5e2b0
Added less.js file built with fork at https://github.com/p3k/less.js
2012-05-14 16:01:25 +00:00
770b2d0717
Added support for LESS ( http://lesscss.org ) using a patched Rhino build
2012-05-14 14:51:54 +00:00
a94d061ce6
Fixed regression bug preventing site-wide disabling of comments and archive
2012-05-13 20:49:16 +00:00