Commit Graph

3761 Commits

Author SHA1 Message Date
TeamCity
54a7b93ed6 MINOR Updated translations 2012-09-07 22:21:40 +12:00
TeamCity
a5f77b06bd MINOR Updated translations 2012-09-07 21:21:41 +12:00
Ingo Schommer
c847b55608 Merge pull request #195 from creamarketing/page-type-dropdown-translations
BUG: Page type names not translated in pages overview search form
2012-09-06 12:36:35 -07:00
TeamCity
8019a86707 MINOR Updated translations 2012-09-07 07:21:52 +12:00
TeamCity
4ec38c18da MINOR Updated translations 2012-09-07 06:22:12 +12:00
Sean Harvey
c61d4aacc3 Merge pull request #197 from ajoneil/sitetree-filter-fix
BUGFIX: Fix site tree filter not showing parents of results more than a ...
2012-09-04 20:08:25 -07:00
Andrew O'Neil
f843dd56dc BUGFIX: Fix site tree filter not showing parents of results more than a level deep in the hierachy 2012-09-05 14:35:48 +12:00
TeamCity
8dacb07730 MINOR Updated translations 2012-09-05 11:21:41 +12:00
TeamCity
24e1d9de26 MINOR Updated translations 2012-09-05 02:21:48 +12:00
Niklas Forsdahl
2934423ebc BUG: Page type names not translated in pages overview search form
Fixed by using the singularname translation for the class as values in the page
types array used for the page types dropdown field.
2012-09-04 09:00:04 +03:00
TeamCity
1b2d1f9b3c MINOR Updated translations 2012-09-04 17:21:51 +12:00
TeamCity
0e10837d9a MINOR Updated translations 2012-09-04 16:21:34 +12:00
TeamCity
80435b1fca MINOR Updated translations 2012-09-04 13:35:16 +12:00
Sean Harvey
4ad2b25679 Merge pull request #194 from patbolo/doc_support
NEW 7839 Support for documents as a file type in Files and images
2012-09-03 17:25:59 -07:00
jean
53fdafb473 NEW 7839 Support for documents as a file type in Files and images 2012-09-04 11:26:09 +12:00
TeamCity
275a8f0d77 MINOR Updated translations 2012-09-04 10:21:25 +12:00
TeamCity
fa423fff58 MINOR Updated translations 2012-09-04 06:20:47 +12:00
TeamCity
fddd63d74b MINOR Updated translations 2012-09-03 11:21:58 +12:00
Hamish Friedlander
af2c890168 Merge pull request #190 from silverstripe-rebelalliance/open/5971
NEW Add warning if viewed SiteTree object class is obsolete
2012-09-02 14:12:23 -07:00
Ingo Schommer
fd8e852c92 BUG Disallow "add page here" shortcut to avoid $allowed_children edge cases (fixes #7694) 2012-09-02 18:20:49 +02:00
Ingo Schommer
1cd82e2db1 BUG Enforce $allowed_children in controllers on page creation (fixes #7694)
Original bug fix contributed by @kmayo-ss
2012-09-02 18:20:22 +02:00
TeamCity
07cac33335 MINOR Updated translations 2012-09-02 20:21:54 +12:00
TeamCity
fd1e5ee116 MINOR Updated translations 2012-09-01 21:21:07 +12:00
TeamCity
763178ff51 MINOR Updated translations 2012-09-01 20:21:00 +12:00
TeamCity
317c025cc6 MINOR Updated translations 2012-09-01 02:50:56 +12:00
TeamCity
b0eed823c7 MINOR Updated translations 2012-08-31 23:45:45 +12:00
Saophalkun Ponlu
e5401668fa BUG Filter pages by LastEdited always returns an empty list
This is caused by the input date values entered by the user are passed into query without converting in a correct format first.
2012-08-30 22:42:45 +12:00
TeamCity
bd2446b438 MINOR Updated translations 2012-08-30 12:20:36 +12:00
Sean Harvey
8c1f622503 Merge pull request #191 from silverstripe-big-o/session-namespace
BUG Session namespace sharing for CMS controllers (#7815)
2012-08-29 14:25:41 -07:00
Ingo Schommer
f454f481f2 BUG Session namespace sharing for CMS controllers
Ideally we could do this without session, but pragmatically
we still need it, because of the inflexible routing system,
and because of performance considerations.

Example: The tree is lazy loaded via a generic  URL (admin/pages/treeview).
While we could add ?ID=<currentpage> to make the view (more or less) stateless,
it would trigger a full tree reload on every tree navigation action.
Instead, we assume that all "reachable" nodes are already cached,
and simply mark a different one as current. For this to work, we need
shared session state between CMS controllers.

See http://open.silverstripe.org/ticket/7815 for detail.
2012-08-29 15:09:15 +02:00
Ingo Schommer
651cb03ff2 BUG Removed 'Sort' field from CMSMain edit form
Related to #7740. The sort field gets stale if the current
record is moved in the tree. Since the sort value can't
be altered by interacting with the form, its not required
as a hidden field, either.
2012-08-29 14:58:42 +02:00
Ingo Schommer
ab0dce9127 Merge pull request #188 from phalkunz/7601-listview-sort-by-title
Enable page sorting by Page name in list view (see #7601)
2012-08-29 05:42:07 -07:00
TeamCity
37a132ae48 MINOR Updated translations 2012-08-30 00:33:19 +12:00
TeamCity
da0af7e362 MINOR Updated translations 2012-08-29 23:57:50 +12:00
Ingo Schommer
b637d04235 Merge pull request #175 from creamarketing/swedish-javascript-translations
Added Swedish javascript translations
2012-08-29 04:50:37 -07:00
Ingo Schommer
7525e3c977 Merge pull request #183 from adrexia/installer
BUG: Installer templates
2012-08-29 02:25:19 -07:00
Hamish Friedlander
d9243cddde FIX Pages with obsolete class shouldnt do first versionless write 2012-08-29 16:17:17 +12:00
Hamish Friedlander
949507c3fe NEW Add warning if viewed SiteTree object class is obsolete 2012-08-29 14:48:23 +12:00
Naomi Guyer
362e9795fd Replace tutorial link 2012-08-29 11:24:37 +12:00
Hamish Friedlander
fdecfbc091 Merge pull request #189 from silverstripe-rebelalliance/open/7754
BUG: Fixing a issue with a undefined variable in getLink
2012-08-28 16:09:35 -07:00
Ingo Schommer
cec461b767 BUG Use AbsoluteLiveLink() for CMS previews
It uses the correct live URLSegments for its parents
by setting the global Versioned reading mode correctly,
see 8a514d8b64 for detail.
2012-08-28 19:07:12 +02:00
Ingo Schommer
8a514d8b64 BUG Correct live state in SiteTree->getAbsoluteLiveLink()
Was fetching the record from live (and its direct URLSegment),
but all of its parents from the current stage, which might be draft,
leading to "mixed" draft/live nested URLs which might no longer
be reachable in live mode.
2012-08-28 19:04:16 +02:00
Saophalkun Ponlu
436972744d Enable page sorting by Page name in list view (see #7601) 2012-08-28 21:18:07 +12:00
TeamCity
08e22b7f42 MINOR Updated translations 2012-08-28 21:07:58 +12:00
TeamCity
c7f93cc3c6 MINOR Updated translations 2012-08-28 20:07:06 +12:00
TeamCity
9f2ee8d4c7 MINOR Updated translations 2012-08-28 19:07:20 +12:00
TeamCity
38412b89d7 MINOR Updated translations 2012-08-28 18:07:58 +12:00
TeamCity
0a8df0239a Merge remote branch 'origin/master' into translation-staging 2012-08-28 17:13:50 +12:00
Sam Minnee
746ac59a01 Merge branch '3.0' 2012-08-28 16:55:28 +12:00
Sam Minnée
24b0e5dbad Merge pull request #185 from patbolo/bugfix/7819
FIX 7819
2012-08-27 21:52:49 -07:00