Commit Graph

42 Commits

Author SHA1 Message Date
Timo Stollenwerk 4fba8c2426 Remove unreachable break statements; Pep8. 2012-03-08 12:37:57 +01:00
Timo Stollenwerk e579f29781 Replace '!=' with '!=='; Pep8. 2012-03-08 12:36:01 +01:00
Timo Stollenwerk 1b3bc88f7a Remove whitespace, replace '==' with '==='; Pep8. 2012-03-08 12:34:28 +01:00
Timo Stollenwerk 3c3b18f5e3 Remove unused imports. 2012-02-07 14:14:38 +01:00
Timo Stollenwerk 0dc6f28bc3 Whitespace 2012-02-07 14:08:16 +01:00
Timo Stollenwerk c553dde9e2 Start 1.0b1 development. 2012-02-07 14:04:48 +01:00
Timo Stollenwerk e9fd70880f Rename README.txt to README.rst. 2011-12-23 17:23:21 +01:00
David Glick 19c4756710 fix incorrect parenthesization 2011-12-04 16:23:13 -08:00
David Glick 0a63420624 stop hardcoding the field name. fixes the content listing tile edit form 2011-12-04 15:25:08 -08:00
Timo Stollenwerk f022827492 Prepare 1.0a1 release. 2011-10-28 06:47:09 +02:00
Timo Stollenwerk 0362f5cea5 History updated. 2011-10-26 17:53:04 +02:00
Timo Stollenwerk 4f3dd3ae70 Indentation. 2011-10-26 17:52:51 +02:00
Timo Stollenwerk ff72c9d214 Readme updated. 2011-10-26 17:51:53 +02:00
Timo Stollenwerk 616bb20d9d Fix url and set version to 1.0a1 2011-10-26 17:50:55 +02:00
Timo Stollenwerk 546022b20f Read the values from the hidden sort_on and sort_reversed fields and set the values of the existing hard-coded fields accordingly. 2011-09-27 18:58:32 +02:00
Timo Stollenwerk 726a2d82a3 Fix sort_on and sort_reversed fields. 2011-09-22 18:38:52 +02:00
Timo Stollenwerk cb5b020096 Rename sort_on and sort_order to the z3c.form field names. 2011-09-22 18:30:43 +02:00
Timo Stollenwerk 1bb16bf39c remove js alert 2011-09-22 18:29:48 +02:00
Timo Stollenwerk 88b6068b80 do stuff. 2011-09-22 17:51:51 +02:00
Timo Stollenwerk 35506638e9 gitignore updated. 2011-09-22 17:06:28 +02:00
Timo Stollenwerk 54cdc5bc79 Make it work. 2011-09-22 17:05:46 +02:00
Timo Stollenwerk bfc623b107 Query field renamed from 'query' to 'form.widgets.query'; Fix SearchResults method to use IContentListing instead of removed 'searchResults' view lookup. 2011-09-22 14:55:13 +02:00
Rob Gietema 5bed736694 Results are needed for non-js fallback.
svn path=/plone.formwidget.querystring/trunk/; revision=51521
2011-08-03 11:05:37 +00:00
Rob Gietema 237c3255ee Remove template based preview results.
svn path=/plone.formwidget.querystring/trunk/; revision=51519
2011-08-03 10:43:54 +00:00
Rob Gietema dbf2ff709b Fixed chameleon error.
svn path=/plone.formwidget.querystring/trunk/; revision=40245
2010-09-26 09:17:10 +00:00
Rob Gietema b8d8ca8cd7 Fix resource registration.
svn path=/plone.formwidget.querystring/trunk/; revision=40036
2010-09-19 09:15:48 +00:00
Rob Gietema 577f44b0b7 Fixed helper css and js.
svn path=/plone.formwidget.querystring/trunk/; revision=40035
2010-09-19 09:06:18 +00:00
Rob Gietema dabac9e28c Fixed dep for formwidget.
svn path=/plone.formwidget.querystring/trunk/; revision=40031
2010-09-19 08:31:44 +00:00
Rob Gietema bb138a2038 Fixed indenting.
svn path=/plone.formwidget.querystring/trunk/; revision=40002
2010-09-18 16:45:14 +00:00
Rob Gietema 1a9d68dcb5 Register helpers.
svn path=/plone.formwidget.querystring/trunk/; revision=40001
2010-09-18 16:29:19 +00:00
Rob Gietema b8d66eb14f Add helper js and css.
svn path=/plone.formwidget.querystring/trunk/; revision=40000
2010-09-18 16:27:14 +00:00
Rob Gietema 60c17859a6 Update imports.
svn path=/plone.formwidget.querystring/trunk/; revision=39999
2010-09-18 16:25:35 +00:00
Rob Gietema aa879d28b6 Fixed PEP8.
svn path=/plone.formwidget.querystring/trunk/; revision=39974
2010-09-17 14:58:09 +00:00
Ralph Jacobs 712033cce6 Changed the querystring converter so it can handle lists
svn path=/plone.formwidget.querystring/trunk/; revision=39273
2010-08-28 16:12:14 +00:00
Ralph Jacobs 6fcd42562e Better docstrings
svn path=/plone.formwidget.querystring/trunk/; revision=39165
2010-08-27 23:20:21 +00:00
Ralph Jacobs 1da7169522 Include depedencies
svn path=/plone.formwidget.querystring/trunk/; revision=39094
2010-08-27 16:23:22 +00:00
Ralph Jacobs 82f24d72e4 Added metadata.xml to plone.formwidget.querystring
svn path=/plone.formwidget.querystring/trunk/; revision=39089
2010-08-27 16:03:15 +00:00
Ralph Jacobs dbefba75e5 Cleaned up zcml
svn path=/plone.formwidget.querystring/trunk/; revision=39087
2010-08-27 15:54:59 +00:00
Ralph Jacobs 714bf8ec2f Added querystring widget for building a query which gets used in the contentlisting tile
svn path=/plone.formwidget.querystring/trunk/; revision=39076
2010-08-27 14:51:06 +00:00
Kim Chee Leong 81f0f86211 work in progress for content listing tile
svn path=/plone.formwidget.querystring/trunk/; revision=39039
2010-08-26 15:42:08 +00:00
Kim Chee Leong 8b7864970d renamed querystring formwidget sucessfully..
svn path=/plone.formwidget.querystring/trunk/; revision=38986
2010-08-26 10:16:32 +00:00
Kim Chee Leong 893c6a4e4e refs #10919 renamed querystring formwidget
svn path=/plone.formwidget.querysttring/trunk/; revision=38984
2010-08-26 10:01:54 +00:00