2009-09-28 Sylvain Thénault merge stable
2009-09-28 Sylvain Thénault [ui api] backport create_links from forge so it may be reused stable
2009-09-28 Sylvain Thénault [schema] set composite on state_of / transition_of stable
2009-09-28 Sylvain Thénault cleanup not necessary stable
2009-09-28 Sylvain Thénault [fti] don't catch BaseException subclasses stable
2009-09-28 Sylvain Thénault support name metadata on guess_field; add name_field to FileField stable
2009-09-28 Sylvain Thénault [ui] turn footer items into actions stable
2009-09-28 Sylvain Thénault cleanup unused stable
2009-09-26 Sylvain Thénault use default repo looping task so they are started in thread, else we get blocking task stable
2009-09-26 Sylvain Thénault skel fixes stable
2009-09-26 Sylvain Thénault cleanup
2009-09-26 Sylvain Thénault missing section
2009-09-25 Sylvain Thénault [index page] move workflow entity types to the 'system' entities stable
2009-09-27 Nicolas Chauvat [doc] add missing dependencies in annexes. explain more precisely source install. stable
2009-09-25 Nicolas Chauvat [views] workflow primary view: do not show states and transitions in side boxes stable
2009-09-25 Nicolas Chauvat [cwctl] improve dialog messages stable
2009-09-25 Sylvain Thénault cleanup
2009-09-25 Sylvain Thénault fix some actions selectors
2009-09-25 Sylvain Thénault [autoform] no need to recheck inlined tag here
2009-09-25 Sylvain Thénault [i18n] properly give context
2009-09-25 Sylvain Thénault remove useless rtag (correct default)
2009-09-25 Sylvain Thénault smarter default for actionbox_appearsin_addmenu
2009-09-25 Sylvain Thénault [inplace edit] we can now use edition form for both attributes and relations inplace form
2009-09-25 Sylvain Thénault handle display_fields in the form, not in the renderer
2009-09-25 Sylvain Thénault [uicfg, autoform] should have been in previous ci
2009-09-25 Sylvain Thénault [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
2009-09-25 Sylvain Thénault [forms] drop FormMixIn deprecated in 3.2
2009-09-25 Sylvain Thénault [api] use _cw
2009-09-25 Sylvain Thénault [rtags] ease overriding
2009-09-25 Sylvain Thénault [rtags] make internal key order consistent with api
2009-09-25 Sylvain Thénault can now give context to rschema.display_name(...)
2009-09-25 Adrien Di Mascio [forms] fix form_needs_multipart implementation stable
2009-09-25 Adrien Di Mascio [magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
2009-09-24 Adrien Di Mascio [tests] make unittest_viewselectors pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_views_editforms pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_views_actions pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_urlrewrite pass again
2009-09-24 Adrien Di Mascio [tests] make unittest_uicfg pass again by using the correct test class
2009-09-24 Adrien Di Mascio [editcontroller] fix bad method name: s/process_form_data/process_form_value
2009-09-24 Adrien Di Mascio [magicsearch] make tests pass again: base preprocessor must have access to vreg
2009-09-24 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [entity] pass cw_row and cw_col to select(vid, ...) in self.view
2009-09-23 Sylvain Thénault don't use assert here
2009-09-23 Adrien Di Mascio [api] __regid__, cw_* and friends
2009-09-23 Adrien Di Mascio [facets] typo fix
2009-09-23 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [testlib] added some new required attributes on FakeRequest, fix dummy NameError
2009-09-23 Adrien Di Mascio [deprecation] better deprecation handling on self.varmaker
2009-09-23 Adrien Di Mascio [entity] fix view selection in entity.view
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__
2009-09-23 Sylvain Thénault no need to access to _ through entity.req...
2009-09-23 Sylvain Thénault remove dumb test
2009-09-23 Sylvain Thénault test fixes
2009-09-23 Sylvain Thénault use __regid__
2009-09-23 Sylvain Thénault update and simplify test
2009-09-23 Sylvain Thénault cleanup stable
2009-09-23 Sylvain Thénault [security] test and fix/refactor optimization of optional varialbe when rewriting rql stable
2009-09-23 Sylvain Thénault use maxsize stable
2009-09-23 Alexandre Fayolle typo fix stable
2009-09-23 Alexandre Fayolle typo fix stable
2009-09-23 Alexandre Fayolle documentation formatting fix stable
2009-09-23 Sylvain Thénault use __regid__, not id
2009-09-23 Sylvain Thénault cw.rqlrewrite shouldn't depend on cw.server stable
2009-09-23 Sylvain Thénault nicer test
2009-09-23 Sylvain Thénault add anon user for TestServerConfiguration, no only AppTestConfiguration
2009-09-23 Sylvain Thénault merge
2009-09-23 Sylvain Thénault state_of/transition_of could now be inlined
2009-09-23 Sylvain Thénault use ._cw instead of req on appobject classes
2009-09-23 Sylvain Thénault move hooks test to the hooks package, update them to work with a minimal schema
2009-09-23 Adrien Di Mascio [api] use cw_* in supervising
2009-09-23 Adrien Di Mascio [supervising] fix delete_relation() prototype and changedescr usage
2009-09-23 Adrien Di Mascio [tests] fix status change notification test: initial user state is set on commit
2009-09-23 Adrien Di Mascio [notification] add missing import, fix dummy AttributeError in RenderAndSendNotificationView
2009-09-23 Adrien Di Mascio [api] use cw_*
2009-09-23 Adrien Di Mascio [server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
2009-09-23 Adrien Di Mascio [tests] force hook registry instanciation for test configs
2009-09-23 Adrien Di Mascio merge
2009-09-23 Adrien Di Mascio [hooks] fix dummy NameError in RenderAndSendNotification
2009-09-23 Adrien Di Mascio [hooks] fix dummy AttributeError in SetUseEmailRelationOp
2009-09-23 Adrien Di Mascio [tests] use maxsize instead of SizeConstraint
2009-09-23 Adrien Di Mascio fix deprecation warnings in appobject: display the correct expected replacement
2009-09-23 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
2009-09-23 Sylvain Thénault unregister hooks by using category
2009-09-23 Sylvain Thénault fix hook category selector
2009-09-23 Sylvain Thénault nicer error message
2009-09-23 Sylvain Thénault no more HooksManager but a HooksRegistry: update test accordingly
2009-09-23 Sylvain Thénault update imports, rename test module
2009-09-23 Sylvain Thénault indent
2009-09-23 Sylvain Thénault access to repo through session
2009-09-23 Sylvain Thénault fix class name
2009-09-23 Adrien Di Mascio [bootstrap] metadata hooks need to be registered at bootstrap time for db creation
2009-09-23 Adrien Di Mascio [api] use __regid__ instead of deprecated id
2009-09-23 Adrien Di Mascio [api] use cw_property_defs instead of deprecated property_defs
2009-09-23 Sylvain Thénault use self._cw instead of self.req
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip