Version 3 end of life
This version of Silverstripe CMS will not recieve any additional bug fixes or documentation updates. Go to documentation for the most recent stable version.

3.0.2 (2012-09-17)

Overview

3.0.2 provides a number of bugfixes and minor enhancements, continuing to build on the 3.0.1 release, with a particularly focus on CMS UI consistency.

Upgrading from 3.0.x should be a straightforward matter of dropping in the new release, however, please note the API changes in case you relied on the old behaviour. The changes to the APIs wont' affect most users.

Changelog

This is a complete log of all changes since 3.0.1, including those changes previously released in the 3.0.2 release candidates.

API Changes

  • 2012-08-27 c2a8eec Changed behaviour of HTTP_Request::params to include route table params (as per 2.4 behaviour, see FIX: below). ADDED: HTTP_Request::params() to retrieve all (shifted) params used in the request FIXED: Issue where route-table level arguments would not be accessible without using non-deprecated API. ADDED: Test case to test the above items UPDATED: Extended Director::test to allow for the retrieval of the request object UPDATED: Deprecated notice on Director::urlParam and Director::urlParams REMOVED: Unused variable FIXED: Coding convention conformity (Damian Mooyman)
  • 2012-08-23 fa37c44 Reverse config extra statics control flow (Hamish Friedlander)
  • 2012-08-19 70b22fa GridFieldConfig should extend object to make use of Object::create() this also fixes GridFieldConfig_RecordViewer::create() which was not working before (Zauberfisch)
  • 2012-07-23 c2414aa Debug::showError() no longer calls exit() (fixes #2644) (jakr)
  • 2012-07-16 70eaa27 Allow to force URL reload, while replacing the history state (Mateusz Uzdowski)

Features and Enhancements

  • 2012-08-30 19772f3 Updates to the GridField documentation (fixes #7524) (Stig Lindqvist)
  • 2012-08-29 cc2e250 Allow querying if a field exists on a table (Hamish Friedlander)
  • 2012-08-29 949507c Add warning if viewed SiteTree object class is obsolete (Hamish Friedlander)
  • 2012-08-27 2e21574 FieldGroup_DefaultFieldHolder template (Ingo Schommer)
  • 2012-08-27 1d2288b Open external links in preview mode in new window (fixes #7652) (Ingo Schommer)
  • 2012-08-27 cd8c3a0 Re-added SilverStripeNavigator styling (Ingo Schommer)
  • 2012-08-27 6009cfa Allow debugging of config cyclic errors (Hamish Friedlander)
  • 2012-08-21 66dfa38 GreaterThanFilter should be consistent with LessThanFilter (unclecheese)
  • 2012-08-19 82500dd Custom menu icons for the CMS main menu (martimiz)
  • 2012-08-17 4fde42f Add "jpeg" to list of allowed extensions (unclecheese)
  • 2012-08-07 1432a8e create TestRunner setdb URL endpoint (Michał Ochman)
  • 2012-07-26 c97ed78 Maori Language javascript (Naomi Guyer)
  • 2012-07-26 55ec92d Maori language javascript (Naomi Guyer)
  • 2012-07-20 0c0bcc9 Rewritten tutorial 5 to GridField API (Ingo Schommer)
  • 2012-07-20 11c71e1 Updated tutorial 4 (Naomi Guyer)
  • 2012-07-06 766b03f add selectsession URL endpoint (Michał Ochman)
  • 2012-06-25 5f94d23 Ntfcatn. image embedding(trac #7438) (mightycoco)
  • 2012-06-11 21bcc01 Made the tree search form more extensible. (Andrew Short)

Bugfixes

  • 2012-09-12 d5313aa Fixed SSViewerTest execution in non-dev environments (Ingo Schommer)
  • 2012-09-12 df5a9e0 Cache ClassName enum so we dont query DB every call (Hamish Friedlander)
  • 2012-09-11 b49fccd TinyMCE UI shows placeholders in mi_NZ (fixes #7797) (Ingo Schommer)
  • 2012-09-11 71bbcfc ed PermissionRole field localization (Ingo Schommer)
  • 2012-09-11 9b6ca79 ed report title column localization (Ingo Schommer)
  • 2012-09-04 17db5ba Page type names not translated in pages overview search form (Niklas Forsdahl)
  • 2012-09-02 fd8e852 Disallow "add page here" shortcut to avoid $allowed_children edge cases (fixes #7694) (Ingo Schommer)
  • 2012-09-02 1cd82e2 Enforce $allowed_children in controllers on page creation (fixes #7694) (Ingo Schommer)
  • 2012-09-02 52263e6 Gridfield fails when save changes filter criteria (fixes #7785) (Ingo Schommer)
  • 2012-09-02 fb6efb9 Calling extraStatics() with args (regression from fa37c448) (Ingo Schommer)
  • 2012-09-01 d24ea5e jQueryUI configs broken because keys were all lowercase (Zauberfisch)
  • 2012-08-31 85ab39b 7832 Lang files for ss macron plugin - correct path to "langs", not "lang" MINOR Use consistent ed.getLang method (jean)
  • 2012-08-30 e540166 Filter pages by LastEdited always returns an empty list (Saophalkun Ponlu)
  • 2012-08-30 f3fcae3 Fix wrong date conversion from PHP format 'y' to jquery date and back. (Saophalkun Ponlu)
  • 2012-08-30 10d0296 ensure date input has a date picker to trigger open (#7504) (Will Rossiter)
  • 2012-08-30 0761de7 Include query parameters when redirecting to files from index.php (fixes #7823) (Simon Welsh)
  • 2012-08-29 651cb03 Removed 'Sort' field from CMSMain edit form (Ingo Schommer)
  • 2012-08-29 f070f97 Allow custom getters in summaryFields() (fixes #7788) (Ingo Schommer)
  • 2012-08-29 c3d622c Fix an issue caused by moving a page from one location in the tree to another location doesn't update parent id in the edit form immediately (see #7740) The issue causes the moved page to revert to previous location when Save and Publish before any page refresh or page switching. This commit also adds 'Modified' badge to the moved page (Saophalkun Ponlu)
  • 2012-08-29 d9243cd Pages with obsolete class shouldnt do first versionless write (Hamish Friedlander)
  • 2012-08-29 2f00884 If ClassName read from DB doesnt exist, dont break (Hamish Friedlander)
  • 2012-08-29 05fade3 7763 TreeDropdownField needs to refresh after CMS edit form save (Hamish Friedlander)
  • 2012-08-28 cec461b Use AbsoluteLiveLink() for CMS previews (Ingo Schommer)
  • 2012-08-28 8a514d8 Correct live state in SiteTree->getAbsoluteLiveLink() (Ingo Schommer)
  • 2012-08-28 6162ae5 ed preview link ordering in CMS (Ingo Schommer)
  • 2012-08-28 62cfd87 7819 Check if the current folder ID is in the url before assuming the list should not filter by folder ID (jean)
  • 2012-08-28 2637e6d Dont refer to framework module in config rules (Hamish Friedlander)
  • 2012-08-28 26cfd64 issue with cyclic configs when framework called sapphire (Hamish Friedlander)
  • 2012-08-28 d45dd34 VirtualPageTest failing on apps with no $db on Page (Hamish Friedlander)
  • 2012-08-28 aa0cd14 Make config DAG error message more dev friendly (Hamish Friedlander)
  • 2012-08-28 cbadd3e Config frag legacycmsroutes doesnt need to come after everything (Hamish Friedlander)
  • 2012-08-28 f454f48 Session namespace sharing for CMS controllers (Ingo Schommer)
  • 2012-08-27 dc08e87 Take first non-empty link field for preview (Ingo Schommer)
  • 2012-08-27 62783c7 Prevent overwriting of draft/live preview form fields (Ingo Schommer)
  • 2012-08-27 f638935 Fix CMS layout after preview navigation (fixes #7463) (Ingo Schommer)
  • 2012-08-27 11b85e9 ed "from"/"to" filter field widths (Ingo Schommer)
  • 2012-08-27 e59aec3 Redirect to edit view after page revert in CMS (fixes #7391) (Ingo Schommer)
  • 2012-08-27 e0b8f15 Config wasnt filtering wildcards properly (Hamish Friedlander)
  • 2012-08-27 c7ca47f Config frag could only have one before or after rule (Hamish Friedlander)
  • 2012-08-27 3e351bc open ticket 7812 correcting filter syntax on a DataObject used by function updatetreenodes (Kirk Mayo)
  • 2012-08-27 9b6216d ED: Error in test case deprecation (Damian Mooyman)
  • 2012-08-26 6b6dfae ed i18n namespace for "Sync Files" (Ingo Schommer)
  • 2012-08-24 14759b6 #7787 Handles ajax and normal requests differently when validation fails on gridfields (jean)
  • 2012-08-23 87685ee Fix Versioned's stage_unique mode on PostgreSQL. (Sam Minnee)
  • 2012-08-23 ed0341e Ensure that subtracting a sorted DataList works. (Sam Minnee)
  • 2012-08-22 ae9c2e7 Restore tree children after updateNode() (fixes #7761) (Ingo Schommer)
  • 2012-08-22 4fdc76d Installer templates (Naomi Guyer)
  • 2012-08-22 69182c2 Installer implies empty template used in tutorial (Naomi Guyer)
  • 2012-08-21 9a8313d GridField delete icon now correctly deletes, rather than always just unlinking (Fixes 7801) (James Cocker)
  • 2012-08-21 e159a68 Removes version checking for LSB in Object::static_lookup() (Simon Welsh)
  • 2012-08-21 296ee1f Add double quotes to index columns for more reliable DB-schema management. (Sam Minnee)
  • 2012-08-21 dd302a6 Ensure that all_versions are sorted explicitly for better cross-db behaviour. (Sam Minnee)
  • 2012-08-21 d0bc9c6 Hierarchy#liveChildren couldnt handle lots of pages (Hamish Friedlander)
  • 2012-08-21 7807842 ED: Additional issue where the add-page ajax parameters wouldu incorrectly concatenate additional query parameters into the add action url. Resolved by moving URL concatenation from view to controller where Controller::join_links is available (Damian Mooyman)
  • 2012-08-21 f7ffb79 ED: Compatibility fixes for MS SQL Server. Replaced back ticks (which are mysql specific) with double quotes (Damian Mooyman)
  • 2012-08-20 06cddb7 Force refresh of GridFieldDetailEditForm after save (Ingo Schommer)
  • 2012-08-20 c019f22 notice when ErrorPage tries to create static error pages and can't write (Sean Harvey)
  • 2012-08-20 0f09305 ED: Issue where temporary table would cause unpredictable behaviour. Temporary table functionality was substituted with subqueries in each use case. ADDED: Test case for version archive functionality. (Damian Mooyman)
  • 2012-08-17 5f9362e Visual cue that URLSegment is updating (Ryan Wachtl)
  • 2012-08-16 2923e55 Restrict URLSegment preview to editable fields (Ingo Schommer)
  • 2012-08-15 f79d2df More robust url comparison in CMS (Ingo Schommer)
  • 2012-08-15 3ca24a8 Installer failed complaining about rewrite server-capability: XHR response was 3 chars long and therefore !== "OK" MINOR: Added charset <meta> declaration to prevent errors cluttering up browser-based debugger console output (Russell Michell)
  • 2012-08-14 2c62dda ed Travis CI and make it use SQLite (Sam Minnee)
  • 2012-08-14 b952211 ed bugs in Travis CI set-up (Sam Minnee)
  • 2012-08-12 395580b Locale-isolated i18n/Zend cache (Ingo Schommer)
  • 2012-08-12 4bbd904 fix getting translated string for page type description (Fixes #7781). (Will Rossiter)
  • 2012-08-10 ce2d31b Consistently self-closing form field tags (#7557) (Ingo Schommer)
  • 2012-08-10 b649c09 prevent notice when using selection group (Jak)
  • 2012-08-10 5c5a506 removed use of deprecated method (Nik Rolls)
  • 2012-08-10 c55b018 ED: Issue where versioned would join _versions tables on ID,Version instead of RecordID,Version (Damian Mooyman)
  • 2012-08-10 22c5f31 ED: Issue where viewing an archived version of a page caused invalid SQL to be generated. This would only occur with subclasses of Page. (Damian Mooyman)
  • 2012-08-10 ca1d38d Localize DataObject->summaryFields() (Ingo Schommer)
  • 2012-08-09 deb3780 #7768 - add-button and breadcrumb translation in Security, ModelAdmin (martimiz)
  • 2012-08-09 ec17d36 Fix PHPUnit autoloading problems in text collector (Ingo Schommer)
  • 2012-08-09 d172e16 ED: Bug in GridFieldAddExistingAutocompleter.php where an uninitialised variable would occasionally crash searches REMOVED: Unused variable (Damian Mooyman)
  • 2012-08-09 a80daef ED: Issue where urls with querystring arguments would not be properly concatenated with additional query parameters during ajax requests. The behaviour would not normally be noted except when using a module (such as Translatable) that adds parameters to data-url fields in forms. (Damian Mooyman)
  • 2012-08-08 b1ee36e display the correct (menu) icon in the GridFieldDetailForm's breadcrumbs. (martimiz)
  • 2012-08-08 a6087f1 ED: Issue where links within the CMS page list view would not be correctly generated. E.g. when the translatable module is used, page links for the "show children" action would come up as admin/pages/?locale=en_NZ?ParentID=21&view=list when they should be shows as admin/pages/?locale=en_NZ&ParentID=21&view=list. Uses Controller::join_links to perform the necessary sanity check on urls. (Damian Mooyman)
  • 2012-08-08 03e4893 Fixing a issue with a undefined variable in getLink (Kirk Mayo)
  • 2012-08-07 8d9db7f Proper buttonset styling (dd1079)
  • 2012-08-07 ae52be5 Missing last login time (fixes 7666) (Naomi Guyer)
  • 2012-08-07 3481297 7742 Decode the URI encoded attribute before displaying it as the value for the tree dropdown (jean)
  • 2012-08-06 39a9093 SiteTree->provideI18nEntities() limited to class (Ingo Schommer)
  • 2012-08-06 e925401 Re-added singular/plural name i18n entities (Ingo Schommer)
  • 2012-08-06 52e05f2 Re-added singular/plural name i18n entities (Ingo Schommer)
  • 2012-08-06 1db8307 Class autoloading in i18nTextCollector (Ingo Schommer)
  • 2012-08-06 77ec21f Fully qualified namespace for _t() in templates (Ingo Schommer)
  • 2012-08-06 d0a9811 Fully qualified namespace for _t() in templates (Ingo Schommer)
  • 2012-08-06 b135218 Detect JS lang by <body>, and force init (Ingo Schommer)
  • 2012-08-06 3a531dd UpdateTranslationsTask YML regex (fixes #7707) (Ingo Schommer)
  • 2012-08-03 a855309 javascript tree node updating fails when Translatable is used (Niklas Forsdahl)
  • 2012-08-03 6adc39e ed example code in docs/en/topics/datamodel.md. (jakr)
  • 2012-08-02 76c5b56 augmentSQL always extended on base data class on query finalization (Niklas Forsdahl)
  • 2012-08-01 90b0fe8 Only reload data for a item edited through a GridField if the record exists. Fix 7721 (jean)
  • 2012-08-01 fb9e997 Use tree/xxx instead of tree?ID=xxx when fetching subtrees for TreeDropdownField. Fix #7730 (jean)
  • 2012-07-31 7558d32 use standard template rendering process for RSS feeds (Will Rossiter)
  • 2012-07-31 7c0e387 Missing preview archive version button (fixes 7656) (Naomi Guyer)
  • 2012-07-31 b38735d chosen dropdown width not being set. (Andrew Short)
  • 2012-07-26 18a40b4 Adding siteconfig translations (Ruud Arentsen)
  • 2012-07-26 7dfc7de Missing comma in Maori language translation (Naomi Guyer)
  • 2012-07-26 a605d06 Logo padding in collapsed Menu (Naomi Guyer)
  • 2012-07-24 3bc2798 edge case in sessionStorage detection for FireFox. If it is disabled using about:config, typeof will be object, but the value will be null. (jakr)
  • 2012-07-24 143eceb Correct wrong parameter order. (Mateusz Uzdowski)
  • 2012-07-20 ee2b1a9 Check for the parameter existence. (Mateusz Uzdowski)
  • 2012-07-09 63ad68a fixing an edge-case bug where a 404-page would get statically published and overwrite the homepage of the site (this would sometimes happen when a RedirectorPage was set to an external URL and still referenced an internal page ID) (Julian Seidenberg)
  • 2012-06-29 a58cb37 TreeDropdownField toggle alignment in FF (Francisco arenas)
  • 2012-06-04 97d678b Provide default constructor value to filesystem publisher so that singleton calls (which don't pass params) don't fail (Marcus Nyeholt)
  • 2012-03-14 2facc31 Case insensitive search filters for PostgreSQL (fixes #6548) (Ingo Schommer)

Other

  • 2012-09-12 27282d7 Updated dependent modules file (Ingo Schommer)
  • 2012-09-12 db1bffb Added 3.0.2-rc2 changelog (Ingo Schommer)
  • 2012-09-12 1a2961d Updated translations (Ingo Schommer)
  • 2012-09-12 434f03d Updated translations (Ingo Schommer)
  • 2012-09-12 99b1bc6 Don't rely on hardcoded IDs in DataListTest (breaks postgres) (Ingo Schommer)
  • 2012-09-11 36d514d Updated translations (Ingo Schommer)
  • 2012-09-11 ea9041d Localization for "cancel" button in GridFieldDetailForm (Ingo Schommer)
  • 2012-09-05 f49439c Added 3.0.2-rc1 docs (Sam Minnee)
  • 2012-09-03 540f238 Added IRC notifications to Travis (Sam Minnee)
  • 2012-09-02 b99c9e8 Add reference to documentation directory structure (Will Rossiter)
  • 2012-09-01 e624742 Make the border colors of test report status texts more subtle thus less distracting (Saophalkun Ponlu)
  • 2012-09-01 60987ac Various minor visual enhancements for Sapphire test report (Saophalkun Ponlu)
  • 2012-08-30 678232f Add reference for template documentation (Will Rossiter)
  • 2012-08-30 898f9ad DOC Gave easier instructions for would-be authors (Sam Minnée)
  • 2012-08-29 09e3fa4 Removed pre-emptive dev/build from travis test run, to make it faster. (Sam Minnee)
  • 2012-08-29 362e979 Replace tutorial link (Naomi Guyer)
  • 2012-08-28 b53790e Fluent API for PaginatedList (Ingo Schommer)
  • 2012-08-28 4369727 Enable page sorting by Page name in list view (see #7601) (Saophalkun Ponlu)
  • 2012-08-28 e595b8f GridFieldSortableHeader now allows composite fields to be sorted based db fields (see #7601) (Saophalkun Ponlu)
  • 2012-08-28 2f64381 LeftAndMain::$session_namespace (Ingo Schommer)
  • 2012-08-27 5a44ea2 Deselect tree nodes when reacting to form load event (fixes #7401) (Ingo Schommer)
  • 2012-08-27 4a8236f Removed special "from"/"to" filter field CSS rules (Ingo Schommer)
  • 2012-08-27 e4db3c6 Removed DateField special width with .hasDatepicker class (Ingo Schommer)
  • 2012-08-27 76dd8cc Remove width limit on CMS panel dropdowns (Ingo Schommer)
  • 2012-08-27 88dfde8 Removed arbitrary width restrictions on field group children (Ingo Schommer)
  • 2012-08-27 dddc5bd Removed accidental *.orig files (Ingo Schommer)
  • 2012-08-27 8b6e4f5 Add some basic tests for ConfigManifest#relativeOrder (Hamish Friedlander)
  • 2012-08-27 0a6a3fa i18n for file type descriptors (see #7798) (Ingo Schommer)
  • 2012-08-26 8dccb7f i18n for GridField pagination footer (see #7798) (Ingo Schommer)
  • 2012-08-26 8442ed0 i18n for report table title (see #7798) (Ingo Schommer)
  • 2012-08-26 2fab657 i18n for CMS section titles (see #7798) (Ingo Schommer)
  • 2012-08-26 3b59212 i18n for "select an anchor" string (see #7798) (Ingo Schommer)
  • 2012-08-26 59546cc Localized page name in "add page" dialog and dropdowns (see #7798) (Ingo Schommer)
  • 2012-08-23 d20eae4 Updated translations (Ingo Schommer)
  • 2012-08-23 0aa2894 Updated translations (Ingo Schommer)
  • 2012-08-22 3e07822 Allow scheme-relative URLs in requirements (Fred Condo)
  • 2012-08-22 9ebac90 Removed 'relation filters' from datamodel docs (Ingo Schommer)
  • 2012-08-21 f6334dd Added default sort to test data for better cross-db performance. (Sam Minnee)
  • 2012-08-21 abbce15 Updated Travis-CI configuration to have a 4 build grid. (Sam Minnee)
  • 2012-08-20 2e791ab Better i18n for "new page" label (fixes #7796) (Ingo Schommer)
  • 2012-08-20 e6e2ab4 Updated translations (Ingo Schommer)
  • 2012-08-20 f0340e6 Updated translations (Ingo Schommer)
  • 2012-08-20 89728ac UPDATED: Improved get_all_versions test case to test versions in the middle of version updates. (Damian Mooyman)
  • 2012-08-20 56fe7f8 REMOVED: Unnecessary publish actions from test cases ADDED: Test case for get_all_versions (Damian Mooyman)
  • 2012-08-16 4727523 Added correct CSS class to GroupedDropdownField (Ingo Schommer)
  • 2012-08-16 f5007a5 Allow extension of "add" link in CMS (Ingo Schommer)
  • 2012-08-16 b560d25 Re-enable Entwine Inspector in CMS & document (Hamish Friedlander)
  • 2012-08-16 915ae1a Upgrade entwine to latest (Hamish Friedlander)
  • 2012-08-15 701da8b Updated translations; i18n for fieldLabels (Roland Lehmann)
  • 2012-08-14 fe14346 Revert "Make PHPUnit bootstrap add flush=1" (Sam Minnee)
  • 2012-08-14 e003796 Make PHPUnit bootstrap add flush=1 (Sam Minnee)
  • 2012-08-14 04e3bed Added support for Travis CI (Sam Minnee)
  • 2012-08-13 ec89832 Registering Te Reo support in i18n (Ingo Schommer)
  • 2012-08-13 7170eb7 Localized parts of TinyMCE into Te Reo (Ingo Schommer)
  • 2012-08-13 857afc4 Localization for custom TinyMCE ssmacron module (Ingo Schommer)
  • 2012-08-12 e486a16 "Edit tree" button alignment (Ingo Schommer)
  • 2012-08-12 94b739e Updated translations (Ingo Schommer)
  • 2012-08-12 82699ba Updated translations (Ingo Schommer)
  • 2012-08-10 023721a GridFieldPaginator localization (Ingo Schommer)
  • 2012-08-10 c7fd9a6 CMS Localization (Ingo Schommer)
  • 2012-08-09 77d939f CMS Localization (Ingo Schommer)
  • 2012-08-09 68855a2 Guard against double inclusion of phpunit (Ingo Schommer)
  • 2012-08-09 186d95c Argument optional in collectFromEntityProviders() (Ingo Schommer)
  • 2012-08-08 342f076 Revert "NEW add selectsession URL endpoint" (Ingo Schommer)
  • 2012-08-06 342ecd9 Removed custom entities from master file (Ingo Schommer)
  • 2012-08-06 9b15bac Parameter omission in i18nTextCollector (Ingo Schommer)
  • 2012-08-06 2276336 Maori translation of URLSegment JS UI (Ingo Schommer)
  • 2012-08-06 635c05b URLSegment JS UI globalization (Ingo Schommer)
  • 2012-08-06 7e33fac Updated translations (Ingo Schommer)
  • 2012-08-06 8320e4e Updated translations (Ingo Schommer)
  • 2012-08-06 671c7da SiteConfig load/save with ID in CMS (Ingo Schommer)
  • 2012-08-05 9076286 SiteTree->CMSEditLink() (Ingo Schommer)
  • 2012-08-05 0abef42 Pointer to CMS architecture docs (Ingo Schommer)
  • 2012-08-05 b4e3c13 Improved tree docs (Ingo Schommer)
  • 2012-08-05 bbbec35 Update ideal commit message to reflect new guidelines (Will Rossiter)
  • 2012-08-04 00a2edd Wrong deprecation notice in DBField::create() (Juerg Rast)
  • 2012-08-03 eb82094 Datamodel documentation fixes (Will Rossiter)
  • 2012-08-03 d774cb5 Add nowrap to buttons to ensure single lines (https://skitch.com/willrossi/ekp44/silverstripe-pages). Thanks oetiker (Will Rossiter)
  • 2012-08-01 fa67106 Update javascript/lang/de_DE.js (dd1079)
  • 2012-08-01 1900842 Make the list used for autocomplete search results settable. (Andrew Short)
  • 2012-07-31 61862e3 Added Swedish javascript translations (Niklas Forsdahl)
  • 2012-07-31 2503e48 Only initialise chosen elements when visible. (Andrew Short)
  • 2012-07-31 c1f27c1 Revert b9ed6f7f6d388fc451efbada2d1501d667322cb0. (Andrew Short)
  • 2012-07-29 4abe6be The documentation about internationalization in templates in topics/i18n.md did not match how the parser works. Related to ticket #7706. (jakr)
  • 2012-07-28 4848bec Removed duplicated 'return ' (Juerg Rast)
  • 2012-07-26 ebc89ff Update docs/en/index.md (LiamW)
  • 2012-07-27 72efed1 Dont need to wrap entwine blocks in onload blocks, theres no benefit (Hamish Friedlander)
  • 2012-07-26 37e8b09 Update the IIS7 folder permission configuration docs. (Mateusz Uzdowski)
  • 2012-07-20 0308cc2 Tutorial 2/3 and some howto tweaks (Ingo Schommer)
  • 2012-07-19 6d8976e Forms, navigation howto plus adjustments to tutorial one (#6367 ) (Naomi Guyer)
  • 2012-07-09 e0c92f1 Display of last edit date should be exact to the minute. (Devlin)
  • 2012-07-02 2d80ea5 Documentation, tutorial (part3, and tidy-up part 1&2 ) (Naomi Guyer)