An error occurred fetching the project authors.
- 10 Sep, 2013 3 commits
-
-
Arnaud Fontaine authored
ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components' (a771dca4) to fix tests bootstrap. The new syntax to load ZODB Tests Components is: runUnitTest BT_TITLE:TEST_NAME That commit was too adhoc as it was relying upon filesystem to load Tests Components and was not behaving like any other Components (versions was not available and other Components were not importable). At the end, it would have meant that a Test Component ran through runUnitTest and Live Tests (in ERP5 itself) would have behaved differently, thus instead: 1/ Install BT_TITLE dependencies and its test dependencies (new bt property to specify bt to be installed only for tests on a fresh instance). 2/ The site is loaded. 3/ Load the test by importing it like any other Components.
-
Arnaud Fontaine authored
Avoid an extra step for developers by keeping the last Workflow History for Components by default.
-
Arnaud Fontaine authored
-
- 13 Dec, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 15 Nov, 2011 1 commit
-
-
Tatuya Kamada authored
-
- 07 Oct, 2011 1 commit
-
-
Gabriel L. Oliveira authored
Navigation tree has to be dynamic, near the list of documents
-
- 22 Sep, 2011 14 commits
-
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
* Add helper method to update checked items on portal_selections before showing them to have its state changed.
-
Gabriel L. Oliveira authored
* Disappear with old button of 'change state' * Turn default new method to change state of checked items XXX: this new method is not totally working yet, just first checked element have its state changed
-
Gabriel L. Oliveira authored
* Fix its height to a dynamic format
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
* Verticalize 'menu-create' items * Fix :hover border on 'menu-create' items, that was going out of item border * Fix 'select-language' item layout
-
Gabriel L. Oliveira authored
* Now it has a 'boxified' layout
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
* main UNG listbox now has a dynamic width * listbox-tree-navigation now has a dynamic width * Both 'height' are now dynamic XXX: need to set a 'min-height' for main UNG listbox
-
Gabriel L. Oliveira authored
* toogleLoading([true, false], message) is used to show or hide loading alert, with a dynamic message
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
* Improve documentation * Add ';' to end of line
-
Gabriel L. Oliveira authored
* Dynamize its 'width', so that it can show more options without breaking layout * Add show effect when its opening * Make it work synchronously, first getting user information
-
- 21 Sep, 2011 6 commits
-
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
* When not logged in, just display "log in" form and stop processing unnecessary behaviours.
-
Gabriel L. Oliveira authored
* Update the checked items before showing the dialog box, * Fixing the problem where only the old marked items were presented. * Apply same layout of UNG Documents listbox table * Dynamize the dialog 'height'
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
Now "Not implemented yet" message is located on the left side of UNG. Slow a little its appearing effect.
-
Gabriel L. Oliveira authored
Make "Refresh" button correctly reset UNG listbox checked items, asynchronously.
-
- 02 Aug, 2011 9 commits
-
-
Gabriel L. Oliveira authored
Only loads UNG document list when on UNG main page.
-
Gabriel L. Oliveira authored
- It'll be, in near future, based on default Preference_viewHtmlStyle
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
- Search form now works asynchronous, linked with listbox gadget UNG main javascript take care of linking it to work
-
Gabriel L. Oliveira authored
- Inputs and img tags are not self-closed
-
Gabriel L. Oliveira authored
Fix domain_url param for method unfoldDomain, that now receives string like "domain_url.domain_depth"
-
Gabriel L. Oliveira authored
- Retrieves document list from user as JSON - Also returns default/generic javascript used to get/update UNG listbox
-
Gabriel L. Oliveira authored
Not necessary anymore, since now listbox is paging asynchronously like any other asynchronous gadget
-
Gabriel L. Oliveira authored
- Implement change state button with javascript dialog - Add div element to place listbox pagination buttons
-
- 01 Aug, 2011 3 commits
-
-
Gabriel L. Oliveira authored
- Refactor to apply new way to render ung listbox - Increase performance by loading some elements only when necessary
-
Gabriel L. Oliveira authored
-
Gabriel L. Oliveira authored
-
- 21 Jun, 2011 2 commits
-
-
Gabriel L. Oliveira authored
Override ListBox_viewSliderPageNavigationRenderer while not able to make default ajax navigation renderer to work
-
Gabriel L. Oliveira authored
Preference_viewHtmlStyle was overriden to add xinha as an option into its listbox
-