• release-1.2.1 6a5a389d01

    p3k released this 2014-06-27 18:01:21 +00:00 | 1449 commits to main since this release

    Fixing bugs found in Release 1.2 and improvements:

    • Added domain mapping
    • Display each language in its corresponding locale
    • Exclude hidden comments from being displayed in list of recent updates as well as in RSS output
    • Prevent unauthorized searches at restricted sites
    • Removed obsolete code

    For further information please refer to the list of verified issues for this milestone.

    Changes

    🐛 Bug Fixes

    Uncategorized

    • 6a5a389d01 Modified checkout URL for Antville 1.2.1 branch
    • cba12bbae7 Created branch for release of version 1.2.1
    • bd96bf8388 Removed test file
    • 900470348b Test pls ignore
    • 4486f2d238 Added CSS code to prevent linebreaks in the date column of top stories table
    • 31f249fc79 Removed spambot honeypot input fields for good. Fixes issue 131.
    • ff62e260cf Corrected CSS font-family value
    • bc98042790 Added code to convert notification modes in the database to lowercase. Fixes issue 136.
    • a5e6c8b596 Added some more comments to patch files
    • 791e099ade Removed support_macro() from compatibility layer because it was never released, anyway
    • 0af26a4e7b Moved contents of Root’s $Root#main skin to Site#main
    • c0adce4ea8 Added global version_macro() method and display of version string in $Root#status skin
    • 20f0be8868 Modified Root.VERSION string in compatibility layer to only append additional version information
    • 94ac026e76 Increased Root.VERSION string to 1.2.1
    • ca2f3a87b5 Removed obsolete code from Skins.getOutline() method
    • 6584f1dd7d Simplified Skins.getOutline() method and fixed it to retrieve the skins from files in res.skinpath instead of from the code directory
    • 6c80b3f2e9 Added fallback value for the e-mailä sender address in sendMail() method
    • 828b85ba4c Prevent any href processing in Site.processHref() method when called from localhost
    • 4a16d91deb Do not try to map domain.*, the default domain property
    • d221466d4a Changed order of options for rewriting URL output and added comment to make it clearer what needs to be enabled for mapping individual domains
    • f2db3263d9 Slightly changed way individual domains are mapped to the sites by introducing the domain.* property which defines the default domain
    • b8791d0887 Enable automatic updates of custom domains by default
    • df20ca2efc Separately add/reset the Site skin of root
    • 57c6322c1e * Added check to maintain skin inheritance when targeting the Site skin of root. Fixes bug preventing modification of the root site’s main and navigation skins.
    • 1f16ce5377 Renamed updater app’s Root.skin to ~Root.skin to prevent it from overwriting the skins in the main app
    • cd50b46cba Added helper method User.rename() for renaming a user account; currently without GUI representation.
    • 69ff389353 Removed obsolete debug method and unnecessary semicolons.
    • a0c7ee608e Check if temporary directory exists before trying to remove it in Layout.import_action()
    • 5b0ba00ba9 Check for User.REGULAR role when subscribing to a site in Site.getPermission(). Fixes issue 134.
    • 3b7d2e577b Start session by logging in user account if available in Api.getUser()
    • 1d27d412c8 * Removed obsolete modSorua code
    • 9410d97946 Removed redundant semicolon
    • 2b35e1ddf4 * Added patch to prevent locales and timezones from being set to wrong values in modified dropdown menus.
    • 3f602c6d5b Display each language in its corresponding locale instead of all languages in the one currently selected.
    • 5a1b4cf2e3 Removed debugging symbols
    • 4db44c389b Exclude deleted (aka hidden) comments from being displayed in list of recent updates as well as in RSS output. Fixes #125.
    • 9776619fb4 Corrected text in Site Preferences - cf. issue 127.
    • 47deac6732 Prevent anyone from searching a restricted site. Fixes issue 123.

    Full Changelog: release-1.2 → release-1.2.1

    Generated by git-cliff.

    Downloads