Commit Graph

3359 Commits

Author SHA1 Message Date
TeamCity
5e4f8bcd7f MINOR Updated translations 2012-08-07 22:07:58 +12:00
TeamCity
4685f1a3cf MINOR Updated translations 2012-08-07 21:07:25 +12:00
TeamCity
38354a9732 MINOR Updated translations 2012-08-07 20:07:36 +12:00
TeamCity
73a835af0f MINOR Updated translations 2012-08-07 19:08:17 +12:00
TeamCity
c3a36ef71d MINOR Updated translations 2012-08-07 07:08:17 +12:00
TeamCity
07c8d0d1bc MINOR Updated translations 2012-08-07 06:08:34 +12:00
TeamCity
d670922c21 MINOR Updated translations 2012-08-07 05:09:18 +12:00
TeamCity
c5b5d5cc5f MINOR Updated translations 2012-08-07 04:11:19 +12:00
TeamCity
659295ca4b MINOR Updated translations 2012-08-07 03:08:58 +12:00
TeamCity
88587dbcc1 MINOR Updated translations 2012-08-07 02:08:21 +12:00
TeamCity
a7af68e65b MINOR Updated translations 2012-08-07 01:07:49 +12:00
TeamCity
0cc268bd10 MINOR Updated translations 2012-08-06 23:10:56 +12:00
TeamCity
0e66b62916 MINOR Updated translations 2012-08-06 21:12:17 +12:00
Ingo Schommer
532962a2c7 MINOR Updated translations 2012-08-06 10:33:06 +02:00
TeamCity
1bcc197ef2 MINOR Updated translations 2012-08-06 10:17:59 +12:00
TeamCity
1f65588d6f MINOR Updated translations 2012-07-26 16:29:31 +12:00
TeamCity
b2ae49441c MINOR Updated translations 2012-07-26 04:15:06 +12:00
TeamCity
abdf38e977 MINOR Updated translations 2012-07-26 02:11:37 +12:00
TeamCity
be89e73479 MINOR Updated translations 2012-07-25 15:40:11 +12:00
Hamish Friedlander
2bcbedcf92 MINOR Updated translations 2012-07-25 12:02:31 +12:00
Ingo Schommer
bfdc9728a7 MINOR Updated translations 2012-07-18 15:22:38 +02:00
Ingo Schommer
ef959c83ee MINOR Updated translations master 2012-07-18 15:15:52 +02:00
Ingo Schommer
4fd22385d7 Merge remote-tracking branch 'origin/master' into translation-staging 2012-07-18 15:15:44 +02:00
Ingo Schommer
dd95781d23 MINOR Updated translations master 2012-07-18 15:01:50 +02:00
Ingo Schommer
488845879a Merge remote-tracking branch 'origin/master' into translation-staging 2012-07-18 15:01:42 +02:00
Ingo Schommer
2ad40e1ba7 Merge remote-tracking branch 'origin/3.0' 2012-07-18 13:55:46 +02:00
Ingo Schommer
abc87a4f8f Localized CMS breadcrumbs title 2012-07-18 13:51:30 +02:00
Hamish Friedlander
d75a061c6f Merge pull request #162 from silverstripe-rebelalliance/3.0_5880
BUG: open ticket 5880 always show the current page type in the page type...
2012-07-16 14:46:57 -07:00
TeamCity
c6457de291 MINOR Updated translations 2012-07-17 00:06:17 +12:00
Kirk Mayo
b15fabaf0d BUG: open ticket 5880 always show the current page type in the page type dropdown list 2012-07-16 14:56:24 +12:00
Ingo Schommer
69e4fa072a Toggle metadata fields in SiteTree->getCMSFields()
To save space, reduce clutter and deemphasize the fields.
Partially fixes #7405, needs better design though.
2012-07-15 21:29:46 +02:00
Ingo Schommer
3ff0c428cf Ignore ajaxified tabsets on tab state saving
This prevents them from ping-ponging between the two states
in infinite loops.
2012-07-13 17:37:48 +02:00
Ingo Schommer
b93e2bbee2 Remove .ss-tabset class from CMSMain forms, confuses tab state setting.
It is already applied to the parent template container,
which means that tab state finds two nested sets,
setting the wrong id (#Root instead of #pages-controller-cms-content
2012-07-13 17:37:35 +02:00
Ingo Schommer
44c237c954 Adding DOM ids for all tabsets to aid saving their state 2012-07-13 16:44:01 +02:00
Ingo Schommer
e0d99e2fd7 Updated translations 2012-07-13 14:13:58 +02:00
Ingo Schommer
84ad9b55f0 BUG Retain page search state on list view actions (fixes #7648)
The ".action-detail" link behaviour overloads GridField's
showDetailForm() method, which in turn appends any query params
to the URL (including the existing search params).
2012-07-13 12:15:25 +02:00
Ingo Schommer
b74178e7fd BUG Reload full view in admin/settings to avoid tabs breaking
Had the pjax "CurrentForm" marker set to the <form> tag,
which makes sense, but excludes the tabs. On refresh,
the tabset wasn't reinitialized, showing all form elements on
one page. Its easier to simply refresh the whole content area.
2012-07-13 11:00:21 +02:00
Mateusz Uzdowski
54fd54a2fb BUG Change all shortcodes into the new, comma separated, format.
Ref http://open.silverstripe.org/ticket/7337
2012-07-12 17:57:38 +02:00
Ingo Schommer
8055fc2e7b FIX Corrected page edit links in reports 2012-07-12 16:30:17 +02:00
Ingo Schommer
57c615d6b2 NEW Reinstated filters in ReportAdmin
- Moved report table generation back to its original location in Report->getCMSFields(),
in order to keep it customisable rather than duplicating it in ReportAdmin.
- Using History.js to set URL state and reload panel
- Namespacing filter GET parameters in order to only include them in URL state
2012-07-12 16:19:23 +02:00
Ingo Schommer
d77c43d6c7 BUG CMS pages list view link targets (fixes #7589)
Previously broken in e7ecdf4b35
2012-07-10 10:43:07 +02:00
Ingo Schommer
913ccfaf5f Merge pull request #160 from JayDevlin/master
Change ListViewForm FieldCasting to Datetime
2012-07-10 01:14:42 -07:00
Devlin
e0c92f135e Display of last edit date should be exact to the minute. 2012-07-09 16:20:36 +03:00
Ingo Schommer
8dc2770ce1 Merge pull request #156 from silverstripe-big-o/staticPublishingFix
BUGFIX: fixing an edge-case bug where a 404-page would get statically pu...
2012-07-09 01:09:49 -07:00
Julian Seidenberg
63ad68a7d3 BUGFIX: 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) 2012-07-09 13:20:58 +12:00
TeamCity
4a5b7fa297 MINOR Updated translations 2012-07-08 12:07:36 +12:00
TeamCity
4324666c38 MINOR Updated translations 2012-07-08 11:07:08 +12:00
TeamCity
00a0e4c8e4 MINOR Updated translations 2012-07-07 02:43:55 +12:00
TeamCity
b2d9e0faad MINOR Updated translations 2012-07-06 18:06:16 +12:00
TeamCity
a851b20c94 MINOR Updated translations 2012-07-06 09:30:25 +12:00