Commit Graph

150 Commits

Author SHA1 Message Date
Frédéric Péters cdec72b7af add a type column to tasks table (#3670) 2013-10-13 17:02:40 +02:00
Frédéric Péters ce6da65303 add a type column (#3670) 2013-10-09 18:18:23 +02:00
Frédéric Péters 7b7f7f0df5 discard "less/large than relative date" operators 2013-09-24 15:56:40 +02:00
Frédéric Péters a56fd8da23 normalize string to avoid unicode errors on redirect 2013-09-24 15:46:47 +02:00
Frédéric Péters f62ea89b33 add configure.zcml snippet so the search view is seen by plone 4.3.2 :/ 2013-09-02 13:33:23 +02:00
Cédric Messiant 3db73bdc98 Fix zcml 2013-08-29 11:58:20 +02:00
Cédric Messiant dba4697abf Fix fields 2013-08-29 09:13:46 +02:00
Frédéric Péters 8491bb5ab3 add registry entry for the new has_final_unsigned_version index (#3335) 2013-08-28 16:50:57 +02:00
Cédric Messiant 098ce40c47 Specific search view for informations 2013-07-29 18:27:25 +02:00
Frédéric Péters 7d9b1560fb do not hide portlets with empty collections 2013-07-21 18:07:58 +02:00
Vincent Fretin e639262716 added Author column to ResultsTable 2013-07-21 11:41:49 +02:00
Vincent Fretin e526dbdb27 don't show table column headers if no results 2013-07-21 10:55:27 +02:00
Vincent Fretin 2c61b6b232 use Plone Batch to have the catalog optimizations 2013-07-21 09:57:08 +02:00
Vincent Fretin 7c8511e846 cleanup 2013-07-21 09:55:26 +02:00
Frédéric Péters d913294bc8 hack to have portal types sorted 2013-07-20 23:05:49 +02:00
Frédéric Péters e75336449a portlet: do not specify a particular permission to add the portlet 2013-07-20 20:19:44 +02:00
Frédéric Péters d04b04864e fix "reversed sorting" to work reliably 2013-07-20 16:26:05 +02:00
Frédéric Péters b36ec80915 add translations 2013-07-20 15:31:17 +02:00
Frédéric Péters 4cc19f3d0e do not cache search results 2013-07-20 13:57:18 +02:00
Frédéric Péters b38ec772f4 add icon for collections 2013-07-20 10:53:11 +02:00
Vincent Fretin 4df50b289e fixed error when you are creating a new search and don't have selected portal_types yet 2013-07-19 20:26:21 +02:00
Cédric Messiant 58fbb3db18 Add .gitignore 2013-07-19 09:09:05 +02:00
Vincent Fretin 7ba6321e7d user can only save the collection if he has Modify portal content 2013-07-18 15:40:56 +02:00
Vincent Fretin 66ad136179 give the context as first parameter of the table, not the view 2013-07-18 14:23:40 +02:00
Frédéric Péters 8839531c17 handle multivalues parameters (#3294) 2013-07-18 09:34:47 +02:00
Frédéric Péters 18ce084956 override QueryBuilder to avoir the limit on returned results 2013-07-17 16:59:34 +02:00
Frédéric Péters db1d4ac048 add selection of batch size 2013-07-17 15:51:23 +02:00
Frédéric Péters f7d2e2234a add js for batching 2013-07-17 15:21:44 +02:00
Frédéric Péters 17b6a0cde1 fix css class of batch links 2013-07-17 15:07:16 +02:00
Frédéric Péters 5173c1ec36 add batching to results 2013-07-17 15:04:31 +02:00
Frédéric Péters e9916e11fe do not force column width 2013-07-17 09:29:11 +02:00
Frédéric Péters 2cb6e8d2f6 allow saving changes to collection (and deal with unicode) 2013-07-16 17:26:27 +02:00
Frédéric Péters e5d4fa8992 do not fail when the search page has no query (#3261) 2013-07-16 15:09:22 +02:00
Frédéric Péters c75aa7fa8f respect sort order in view 2013-07-16 11:31:11 +02:00
Frédéric Péters fe4ca53b7c do not allow content 2013-07-15 23:59:38 +02:00
Frédéric Péters 9aee5ad43d do not force column width 2013-07-15 19:38:28 +02:00
Frédéric Péters f096fc61ac select a table type in accordance to the query 2013-07-15 18:55:59 +02:00
Frédéric Péters f13aa90fb0 add a portlet 2013-07-15 15:41:41 +02:00
Frédéric Péters 53e80e4c25 switch results to z3c.table 2013-07-15 10:39:56 +02:00
Frédéric Péters f28f404333 fade correct element 2013-07-12 12:44:59 +02:00
Frédéric Péters a58cef3080 add missing element id 2013-07-12 12:43:01 +02:00
Frédéric Péters 234a296178 fix js 2013-07-12 09:47:50 +02:00
Frédéric Péters 00ab91ee46 set criteria fieldset as a retractable pane 2013-07-12 08:38:07 +02:00
Frédéric Péters 5317d0234c store sort options when saving as a colleciton 2013-07-11 17:37:53 +02:00
Frédéric Péters 1af3e6cc80 really sort on sortable_title by default 2013-07-11 13:27:27 +02:00
Frédéric Péters 261860de64 sort search results by title by default 2013-07-10 15:45:13 +02:00
Frédéric Péters 99a6ad5686 continue, with own collection type 2013-07-10 15:32:31 +02:00
Frédéric Péters f5621d799d custom view, with custom collection results template 2013-06-27 14:31:01 +02:00
Frédéric Péters 82c474a71b various buildout files 2013-06-27 14:31:01 +02:00
Frédéric Péters 84b89c7929 init 2013-06-27 09:46:43 +02:00