Commit Graph

71 Commits

Author SHA1 Message Date
Timo Stollenwerk dcac049d14 Whitespace. 2013-02-04 15:57:19 +01:00
Patrick Gerken 6430b84267 Upgrade import path. Necessary for Plone 4.3 2013-01-24 16:24:00 +01:00
Rok Garbas 82d3b89e4d Merge pull request #3 from headnet/master
Make widget resistant to existing criteria being deleted from the registry
2013-01-15 07:18:13 -08:00
Bo Simonsen 322132feb3 Updated change log with recent changes 2013-01-15 11:12:51 +01:00
Bo Simonsen ccd7cd0abf Made the widget a bit more resistent to missing entries, i.e. vocabularies or in other way indexes. The problem occur if an option is deleted from the registry but not deleted from the collections in before hand. 2012-12-10 15:06:34 +01:00
Bo Simonsen 9340899a8d Merge pull request #2 from headnet/master
Two bug fixes
2012-11-02 05:24:35 -07:00
Bo Simonsen d16c2ce505 The widget is now hidden when the page loads. 2012-10-26 14:30:06 +02:00
Bo Simonsen 26aa3553ae Refactored javascript code a bit so the window event listener is only effective when the widget is shown. 2012-10-25 11:21:14 +02:00
Bogdan Girman bd6ddfb3d0 Revert "Added content listing tile change to integrate it"
This reverts commit 7df71d620a.

should end up in contentlistingtileintegration branch
2012-10-14 20:57:52 +03:00
Bogdan Girman 7df71d620a Added content listing tile change to integrate it 2012-10-14 20:52:29 +03:00
Bo Simonsen 2f29eb70ab We can now hide the multiselectionwidget 2012-10-11 16:37:59 +02:00
Bo Simonsen b9519eaf83 Using translations from the plone domain 2012-10-11 16:37:45 +02:00
jenkins-plone-org 36494362bf Merge pull request #1 from plone/relative-path
Fixed context for getting ajax results
2012-09-24 12:24:26 -07:00
Roman Kozlovskiy 91ac6ce6e2 Fixed conditional initialization of querywidget 2012-09-23 21:48:56 +03:00
Roman Kozlovskyi 4d9e8a6053 Update CHANGES.txt, up version 2012-09-20 18:12:11 +03:00
Roman Kozlovskyi f7d85beb60 Fixed context for getting ajax results 2012-09-20 18:05:29 +03:00
Timo Stollenwerk 0c6c4bab01 Prepare 1.0b2 release. 2012-03-19 16:00:04 +01:00
Timo Stollenwerk 152283effe Move docs/HISTORY.txt to CHANGES.txt to apply to Plone conventions. 2012-03-19 15:59:08 +01:00
Timo Stollenwerk eba7ef441d Move docs/HISTORY.txt to CHANGES.txt to apply to Plone conventions. 2012-03-19 15:59:00 +01:00
Timo Stollenwerk 0e7836ad3c Fix sort-reversed checkbox js. 2012-03-19 15:54:48 +01:00
Timo Stollenwerk a0d0c93d49 Back to development. 2012-03-09 10:48:12 +01:00
Timo Stollenwerk 3b5829b715 Prepare 1.0b1 release. 2012-03-09 10:44:18 +01:00
Timo Stollenwerk e196946da4 Fix repo links. 2012-03-09 10:44:05 +01:00
Timo Stollenwerk 6f0b26cbc5 Do not reuse querywidget var to make jslint happy. 2012-03-09 10:38:15 +01:00
Timo Stollenwerk 5ce506af60 JSLint does not like the 'for i in classes' syntax. 2012-03-09 10:29:32 +01:00
Timo Stollenwerk e524ef130c Update history. 2012-03-09 10:28:13 +01:00
Timo Stollenwerk e8980f9a25 Update history. 2012-03-09 10:27:11 +01:00
Timo Stollenwerk 9535d1d56d Make sure the sorting settings are actually stored on the collection. 2012-03-09 09:52:39 +01:00
Timo Stollenwerk caafc1e2d9 Rename ArcheTypesQueryWidget to Querywidget to avoid confusion. 2012-03-09 08:54:28 +01:00
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