• release-1.4 9a5f8f9762

    Antville 1.4 Stable

    p3k released this 2014-06-27 18:02:53 +00:00 | 1201 commits to main since this release

    • Added syntax highlighting to skin editor
    • Added direct links to a skin displayed via toggle in layout preferences
    • Fixed dysfunctional login integration with third-party services due to API changes
    • Enabled secure registration and login via HTTPS (SSL/TLS)

    Changes

    🐛 Bug Fixes

    • 9a5f8f9762 Fixed imagelist_macro() in compatibility layer
    • d11b20b32a Fixed Site.link_macro() in compatibility layer
    • 6bb0d00c79 Fixed GitHub URLs in build.xml
    • f98e088d79 Fixed Twitter API version
    • 0723c7cadf Fixed division by zero errors
    • bc0dde7ade Fixed compatibility layer
    • 4022b4b12d Fixed console.log() method to accept more than one argument
    • 061fc70a35 Fixed regression bugs in Site.add() method
    • b354275126 Fixed bug in JSON output caused by incompatible use of toSource() method, preventing Story restore feature from working
    • 0a289e2d51 Fixed bug causing redundant date headers to be rendered due to inconsistent timezone conversion
    • d4ad65d441 Fixed compatibilty layer overwriting HopObject.onCodeChange() method in core preventing skin controls from showing
    • 1a0c8240ce Fixed bug causing incorrect image link
    • f997f56c77 Fixed wrong setting of image width and height
    • 9900a640fe Fixed bug causing incorrect image URLS
    • c6519a0245 Fixed case of Aspects module
    • a94d061ce6 Fixed regression bug preventing site-wide disabling of comments and archive
    • 08f3c6b2c9 Fixed “new Comment” constructor call according to latest changes in constructors
    • 531778c38c Fixed table layout, only creating one table for all results instead of one per each.
    • 744e72d3b4 Fixed tiny bug causing erroneously repeating lines
    • 385bb40b48 Fixed control links
    • c321c837d0 Fixed another occurrence of bug described in previous commit
    • 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)]:
    • 4f51765105 Fixed page width
    • e250a1bf3c Fixed i18n
    • a525ae4466 Fixed domain check used for conditional rendering of connect feature in last commit
    • a1c4b0fbd6 Fixed bug in connect feature preventing it from working on all vhosts of a domain – see http://about.antville.org/stories/2062518
    • 59877d2ab3 Fixed bug in ReCAPTCHA feature preventing authenticated users from sending a message

    Uncategorized

    • 1bc27a0ad0 Saved original renderSkin/AsString() methods using double underscores as pre/suffix
    • 69ae03b63e Added round social media icons from http://medialoot.com/item/round-social-media-icons
    • cb9941ba9f * Added macro_list() to Story.edit skin
    • 9f5ac4e5b0 Removed logging command
    • 696c936cfb Removed local repository
    • a432df984d * Added output of unprocessed CSS/LESS if LESS parser should throw an error
    • 7ac92a45cb Retouched display of skin edit controls
    • e7dc2df12e * Fixed connection with actual user when credentials are provided on Google connect
    • 02a2f850a5 Slightly retouched
    • 87e15885db Added cookie settings as comments
    • b29c1d4db2 Enabled override of renderSkin/AsString() methods for all prototypes
    • b7851bebec * Enabled color of skin controls and highlights to be set in user stylesheet
    • 8a35fc0606 Updated delete action in Admin to immediately remove a site with zero stories. Fixes issue 73.
    • 83105d0217 Added client-side code to reflect state of callbackMode in callbackUrl input
    • 462c2d6dd9 Updated file upload button
    • 3a28e99d08 Updated XHR method to retrieve JSON data
    • 6da05126fe Moved allowed Story this.link_macro() to compat layer
    • 483f040e6d Moved some more deprecated allowed Story macros to compat layer
    • c4e64ac700 * Moved deprecated macros allowed in a story to compatibility layer
    • 666ccf7af8 * Refactored Facebook and Google connectors
    • d98803cfb7 * Pinned jQuery version to 1.8 to prevent compatibility patches for now
    • b6095cc869 Added referrer as “via” to bookmarklet text
    • 36f84612fc Optimized PNGs
    • 6bb171cea6 Added some margin to the bottom of an skin edit link
    • 4c54e3805c Refactored code for displaying skin editing links to prevent erroneous or redundant rendering
    • 7afeffee97 Added scheme to result of Site.getStaticUrl() again, otherwise file redirects are not working
    • cb79ff8a4f Removed remaining references to obsolete port variable
    • d2f82bfa98 Removed redundant port number as well as slashes when building URL
    • 27581de76b Reverted to URLs with http or https scheme
    • b1cc83945c Added support for text selection: selected text will be wrapped in hyperlink to source URL and used as default value for text input
    • 0a9be160dd Rewrote Images.Image.getUrl() method
    • de2b2c7333 Rewrote Image.getUrl() method
    • f7a415cd83 Rewrote getStaticUrl() and processHref() methods of Site
    • 50c331f86f * Moved Root.static_macro() to Site
    • 0a498e7294 Moved aspect code to new global file to prevent ugly errors from incorrect code update
    • b0ef753860 Set correct svn:mimetype properties for css, font and javascript files
    • 61b843629e Added arguments for max. width and height of the image
    • 38443d4e79 Removed <% request.http_host %> macro from bookmarklet as it seems to be necessary only for my local installation
    • 7cdc36d9bc Added bookmarklet for easily posting a story and one image with a link to the URL of the active
    • 509cd9b142 Updated documentation, mainly for the global namespace
    • d17e3cc0aa * Added console.log() method for conveniently logging from Helma directly to the browser console
    • ebbfd2235f Added and/or completed missing documentation
    • f11246cc70 Removed call for obsolete HopObject._renderSkin() method
    • 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
    • 2c82c05d6d Renamed to 5.less-helma-1.3.0.js
    • b72da5e2b0 Added less.js file built with fork at https://github.com/p3k/less.js
    • 770b2d0717 Added support for LESS (http://lesscss.org) using a patched Rhino build
    • 4f143747f5 Added table name “tag” to column “name”
    • eeaa94116d Made sure that argument is always a string before starting to replace in gettext() methods
    • 1af49c2b5a * Fixed bug in Site.link_macro() method of the compatibility layer
    • f5e4a8111f Set color of helma macros to black
    • 8fceb47681 Added white background to CodeMirror input element
    • d571c921fe * Added i18n and label for sandbox checkbox in $Layout#edit skin
    • eff1a99adc Added code to override the HopObject.renderSkin() methods to enable display of skin edit controls.
    • 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.
    • 99b771f8af Added confirmation for constructor call
    • e3a5e68102 Changed signature of HopObject.confirmConstructor() method: argument can now be either a constructor function or a prototype instance
    • 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.
    • 56d85942ed Replaced “return false” with “event.preventDefault()” in $Poll.skin#edit skin
    • 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.
    • e58d37e820 Added --force switch to svn export command for directories which are now already created from git submodules
    • c760ba1c76 Slightly improved error ratio output
    • 172f1c901a * Revamped and condensed health output
    • 8e0e494d9a Implemented selection of macro code on click
    • bc2a770097 Improved diff view of skins (side-by-side, lighter colors, controls)
    • ebcf50bfe6 Implemented syntax highlighting in skin editor using Code Mirror from http://codemirror.net
    • 7a67cd369f Updated JAR files built with source from oberhamsi/jetty7 branch
    • 38ab82d586 * Updated location of Jala module (now at GitHub)
    • 0642342673 * Fixed issue requiring java.net.IDN class (ie. Java version >= 1.6) when creating a site
    • 2ebcb20184 Removed "final" as default string for the development part of Root.VERSION

    Full Changelog: release-1.3 → release-1.4

    Generated by git-cliff.

    Downloads