Commit Graph

17 Commits

Author SHA1 Message Date
Lombiq
5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
Piotr Szmyd
5e6fe8e253 #19245: Adding missing permission check in ItemController for containers.
Work Item: 19245

--HG--
branch : 1.x
2013-06-21 22:36:05 +02:00
randompete
fa17b7794f Severing numerous ties to Routable
--HG--
branch : autoroute
2011-12-29 11:56:05 +00:00
randompete
97c3356edf Fix container routing
--HG--
branch : autoroute
2011-12-07 23:32:23 +00:00
piedone
679e4fed3d #17312: Refactoring ContainerPart to use a driver
Work Item: 17312

--HG--
branch : 1.x
2011-11-15 11:46:33 -08:00
Sebastien Ros
ee50dfd27a #17399: Adding an RSS feed entry to lists
Work Item: 17399

--HG--
branch : 1.x
2011-09-16 15:42:46 -07:00
Dave Reed
0aa6757b08 Moving list content to position 7
--HG--
branch : 1.x
2011-05-25 12:07:12 -07:00
Dave Reed
ab71f4cc7f #17426: Content item with Container part renders without other parts
--HG--
branch : 1.x
2011-05-25 12:06:19 -07:00
Andre Rodrigues
48d3f1d647 Updating logger to flush immediately in development and to remove debug appenders in production.
--HG--
branch : dev
2010-12-13 14:58:32 -08:00
Andre Rodrigues
2c16581106 #16797: Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
--HG--
branch : dev
2010-12-09 16:39:06 -08:00
Andre Rodrigues
a987f02af6 Documenting the (object) cast to avoid dynamic invocation.
--HG--
branch : dev
2010-11-19 17:42:30 -08:00
Andre Rodrigues
42fbe44c6b Medium Trust: Fixing aditional dynamic invocations of View method.
--HG--
branch : dev
2010-11-18 11:21:43 -08:00
Nathan Heskew
14a33aeb66 Updating the Container item display to respect the ContainerPart paging configuration
--HG--
branch : dev
2010-11-12 15:36:57 -08:00
Nathan Heskew
ce128483bc Bunch of work for containers.
- Ordering and paging on the container mostly hooked up. Paging needs to respect item settings.
- Widget settings looking good but not yet functioning. Also need to add filtering.
- Custom part not yet in place for custom ordering/filtering.

--HG--
branch : dev
2010-11-11 16:15:49 -08:00
Nathan Heskew
b4bfd909e5 Getting the content container going. Still need to implement ordering and pagination.
--HG--
branch : dev
2010-11-10 16:35:17 -08:00
Louis DeJardin
5673576425 Roughing in Containers module
Container/containable editor templates appear
Container id settable via drop list
ContainerPathConstraint of higher priority providing list view

--HG--
branch : dev
2010-11-08 17:44:43 -08:00
Louis DeJardin
8d1b0a7be7 Adding core Containers module
Container part used for content types that group child items together
Containable part provides UI to select which item is ContainerId

--HG--
branch : dev
2010-11-08 15:33:56 -08:00