Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-384
+384
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[inplace edit] we can now use edition form for both attributes and relations inplace form
2009-09-25, by Sylvain Thénault
handle display_fields in the form, not in the renderer
2009-09-25, by Sylvain Thénault
[uicfg, autoform] should have been in previous ci
2009-09-25, by 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, by Sylvain Thénault
[forms] drop FormMixIn deprecated in 3.2
2009-09-25, by Sylvain Thénault
[api] use _cw
2009-09-25, by Sylvain Thénault
[rtags] ease overriding
2009-09-25, by Sylvain Thénault
[rtags] make internal key order consistent with api
2009-09-25, by Sylvain Thénault
can now give context to rschema.display_name(...)
2009-09-25, by Sylvain Thénault
[forms] fix form_needs_multipart implementation
stable
2009-09-25, by Adrien Di Mascio
[magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
2009-09-25, by Adrien Di Mascio
[tests] make unittest_viewselectors pass again
2009-09-24, by Adrien Di Mascio
[tests] make unittest_views_editforms pass again
2009-09-24, by Adrien Di Mascio
[tests] make unittest_views_actions pass again
2009-09-24, by Adrien Di Mascio
[tests] make unittest_urlrewrite pass again
2009-09-24, by Adrien Di Mascio
[tests] make unittest_uicfg pass again by using the correct test class
2009-09-24, by Adrien Di Mascio
[editcontroller] fix bad method name: s/process_form_data/process_form_value
2009-09-24, by Adrien Di Mascio
[magicsearch] make tests pass again: base preprocessor must have access to vreg
2009-09-24, by Adrien Di Mascio
merge
2009-09-24, by Adrien Di Mascio
[api] some more _cw / __regid__, automatic tests now pass again
2009-09-24, by Adrien Di Mascio
[entity] pass cw_row and cw_col to select(vid, ...) in self.view
2009-09-24, by Adrien Di Mascio
don't use assert here
2009-09-23, by Sylvain Thénault
[api] __regid__, cw_* and friends
2009-09-23, by Adrien Di Mascio
[facets] typo fix
2009-09-23, by Adrien Di Mascio
merge
2009-09-23, by Adrien Di Mascio
[testlib] added some new required attributes on FakeRequest, fix dummy NameError
2009-09-23, by Adrien Di Mascio
[deprecation] better deprecation handling on self.varmaker
2009-09-23, by Adrien Di Mascio
[entity] fix view selection in entity.view
2009-09-23, by Adrien Di Mascio
[api] work in progress, use __regid__, cw_*, etc.
2009-09-23, by Adrien Di Mascio
use __regid__
2009-09-23, by Sylvain Thénault
no need to access to _ through entity.req...
2009-09-23, by Sylvain Thénault
remove dumb test
2009-09-23, by Sylvain Thénault
test fixes
2009-09-23, by Sylvain Thénault
use __regid__
2009-09-23, by Sylvain Thénault
update and simplify test
2009-09-23, by Sylvain Thénault
cleanup
stable
2009-09-23, by Sylvain Thénault
[security] test and fix/refactor optimization of optional varialbe when rewriting rql
stable
2009-09-23, by Sylvain Thénault
use maxsize
stable
2009-09-23, by Sylvain Thénault
typo fix
stable
2009-09-23, by Alexandre Fayolle
typo fix
stable
2009-09-23, by Alexandre Fayolle
documentation formatting fix
stable
2009-09-23, by Alexandre Fayolle
use __regid__, not id
2009-09-23, by Sylvain Thénault
cw.rqlrewrite shouldn't depend on cw.server
stable
2009-09-23, by Sylvain Thénault
nicer test
2009-09-23, by Sylvain Thénault
add anon user for TestServerConfiguration, no only AppTestConfiguration
2009-09-23, by Sylvain Thénault
merge
2009-09-23, by Sylvain Thénault
state_of/transition_of could now be inlined
2009-09-23, by Sylvain Thénault
use ._cw instead of req on appobject classes
2009-09-23, by Sylvain Thénault
move hooks test to the hooks package, update them to work with a minimal schema
2009-09-23, by Sylvain Thénault
[api] use cw_* in supervising
2009-09-23, by Adrien Di Mascio
[supervising] fix delete_relation() prototype and changedescr usage
2009-09-23, by Adrien Di Mascio
[tests] fix status change notification test: initial user state is set on commit
2009-09-23, by Adrien Di Mascio
[notification] add missing import, fix dummy AttributeError in RenderAndSendNotificationView
2009-09-23, by Adrien Di Mascio
[api] use cw_*
2009-09-23, by Adrien Di Mascio
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
2009-09-23, by Adrien Di Mascio
[tests] force hook registry instanciation for test configs
2009-09-23, by Adrien Di Mascio
merge
2009-09-23, by Adrien Di Mascio
[hooks] fix dummy NameError in RenderAndSendNotification
2009-09-23, by Adrien Di Mascio
[hooks] fix dummy AttributeError in SetUseEmailRelationOp
2009-09-23, by Adrien Di Mascio
[tests] use maxsize instead of SizeConstraint
2009-09-23, by Adrien Di Mascio
fix deprecation warnings in appobject: display the correct expected replacement
2009-09-23, by Adrien Di Mascio
[api] use _cw, cw_row, cw_col, cw_rset etc.
2009-09-23, by Adrien Di Mascio
unregister hooks by using category
2009-09-23, by Sylvain Thénault
fix hook category selector
2009-09-23, by Sylvain Thénault
nicer error message
2009-09-23, by Sylvain Thénault
no more HooksManager but a HooksRegistry: update test accordingly
2009-09-23, by Sylvain Thénault
update imports, rename test module
2009-09-23, by Sylvain Thénault
indent
2009-09-23, by Sylvain Thénault
access to repo through session
2009-09-23, by Sylvain Thénault
fix class name
2009-09-23, by Sylvain Thénault
[bootstrap] metadata hooks need to be registered at bootstrap time for db creation
2009-09-23, by Adrien Di Mascio
[api] use __regid__ instead of deprecated id
2009-09-23, by Adrien Di Mascio
[api] use cw_property_defs instead of deprecated property_defs
2009-09-23, by Adrien Di Mascio
use self._cw instead of self.req
2009-09-23, by Sylvain Thénault
nicer deprecation warnings
2009-09-23, by Sylvain Thénault
fix some name errors
2009-09-23, by Sylvain Thénault
typo
2009-09-23, by Sylvain Thénault
should be a after_add hook
2009-09-23, by Sylvain Thénault
use ._cw instead of req on appobject classes
2009-09-23, by Sylvain Thénault
access to schema through vreg
2009-09-23, by Sylvain Thénault
use __regid__ instead of id on appobject classes
2009-09-23, by Sylvain Thénault
widgets has been removed
2009-09-23, by Sylvain Thénault
update hook api
2009-09-23, by Sylvain Thénault
merge
2009-09-23, by Adrien Di Mascio
[migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
2009-09-23, by Adrien Di Mascio
[hooks] fix check for .events attribute in hooks
2009-09-23, by Adrien Di Mascio
[selectors] cls.vreg is not usable anymore, use req.vreg instead
2009-09-23, by Adrien Di Mascio
[schema] CWProperty is required at bootstrap time
2009-09-23, by Adrien Di Mascio
[hooks] fix deprecation warnings for old hook classes
2009-09-23, by Adrien Di Mascio
[appobject] detect old-style property_defs and emit a deprectaion warning
2009-09-23, by Adrien Di Mascio
merge
2009-09-23, by Adrien Di Mascio
backport old changesets corresponding to new form / controller implementation
2009-09-22, by Adrien Di Mascio
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
2009-08-05, by Adrien Di Mascio
[editcontroller] rename is_edited variable into is_main_entity to make things clearer
2009-08-05, by Adrien Di Mascio
[forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
2009-08-05, by Adrien Di Mascio
[forms] work-in-progress: get rid of edits- / edito-
2009-08-05, by Adrien Di Mascio
nicer warnings
2009-09-23, by Sylvain Thénault
remove method deprecated since 3.2
2009-09-23, by Sylvain Thénault
use .session.repo instead of repo on operation classes
2009-09-23, by Sylvain Thénault
use ._cw.vreg instead of vreg on appobject classes
2009-09-23, by Sylvain Thénault
use .cw_rset instead of rset on appobject classes
2009-09-23, by Sylvain Thénault
use ._cw instead of req on appobject classes
2009-09-23, by Sylvain Thénault
use __regid__ instead of id on appobject classes
2009-09-23, by Sylvain Thénault
[appobjects] use __regid__ instead of __id__, more explicit
2009-09-23, by Sylvain Thénault
backport stable
2009-09-23, by Sylvain Thénault
[db-check] fix sql to fix bad eid referenced by inlined relation
stable
2009-09-23, by Sylvain Thénault
use 3.6 attributes
2009-09-22, by Sylvain Thénault
typo
stable
2009-09-22, by Sylvain Thénault
this has probably be killed by a bad merge...
stable
2009-09-22, by Sylvain Thénault
[notification] use super_session to select the recipients finder
stable
2009-09-22, by Sylvain Thénault
backport stable branch
2009-09-22, by Adrien Di Mascio
Added tag cubicweb-debian-version-3.5.2-1 for changeset 75cc4aa76fb1
stable
2009-09-22, by Adrien Di Mascio
Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2
stable
cubicweb-debian-version-3.5.2-1
2009-09-22, by Adrien Di Mascio
preparing 3.5.2
stable
cubicweb-version-3.5.2
2009-09-22, by Adrien Di Mascio
[i18n] updated catalogs
stable
2009-09-22, by Adrien Di Mascio
fix uid generation for py >= 2.5
stable
2009-09-22, by Sylvain Thénault
update to 3.5 wf api
stable
2009-09-22, by Sylvain Thénault
[magicsearch] update to match new i18n API: config.translations[lang] now returns a couple of function
stable
2009-09-22, by Adrien Di Mascio
[tests] fix inline-creation/edition unit tests
stable
2009-09-22, by Adrien Di Mascio
cleanup, reorganize
stable
2009-09-22, by Sylvain Thénault
[css] backported download box styles from forge
stable
2009-09-22, by Sylvain Thénault
[forms] do similar refactoring for inline edition than for inline creation
stable
2009-09-22, by Sylvain Thénault
merge
stable
2009-09-21, by Sylvain Thénault
refactor to ease overriding
stable
2009-09-21, by Sylvain Thénault
[inline forms] propagate kwargs to render_form
stable
2009-09-21, by Sylvain Thénault
[forms] propagate parameters added to autoform method
stable
2009-09-21, by Sylvain Thénault
[schema sync] fix so that new cardinality are considered when both inlined and cardinality change in the same transaction
stable
2009-09-21, by Sylvain Thénault
a case for tidy : for your consideration
stable
2009-09-21, by Aurelien Campeas
[uicfg] automatically set generated for the opposite of inlined relation as well
stable
2009-09-21, by Sylvain Thénault
since we have the transition entity, give it directly
stable
2009-09-21, by Sylvain Thénault
merge
stable
2009-09-21, by Sylvain Thénault
this is actually a role, fix argument name
stable
2009-09-21, by Sylvain Thénault
fix vocab param to avoid deprecation warning
stable
2009-09-21, by Sylvain Thénault
fix case insensitive selector for entity creation
stable
2009-09-21, by Sylvain Thénault
[selector] check read perm if action is add/update/delete
stable
2009-09-21, by Sylvain Thénault
don't want this
stable
2009-09-21, by Sylvain Thénault
[validatecontroller] allow additional args to be passed to the js callback
stable
2009-09-21, by Adrien Di Mascio
[javascript] make inlinedform-added event bindable
stable
2009-09-21, by Adrien Di Mascio
[forms] take a look at inlined form to guess whether the form requires multipart or not
stable
2009-09-21, by Adrien Di Mascio
[form] simply skip unknown argument given to form constructor, don't fail
stable
2009-09-21, by Sylvain Thénault
fix argument given to changestate form selection
stable
2009-09-21, by Sylvain Thénault
can't use anymore make_uid to generate a valid js var name
stable
2009-09-21, by Sylvain Thénault
remove debug raise
stable
2009-09-21, by Sylvain Thénault
merge
stable
2009-09-21, by Sylvain Thénault
statuschange form view only works w/ one entity, fix selector accordingly
stable
2009-09-21, by Sylvain Thénault
fix sort of fields vocabulary: should consider option groups
stable
2009-09-21, by Sylvain Thénault
[widgets] change make_uid() seed to make slider ids xhtml-valid
stable
2009-09-21, by Adrien Di Mascio
introduced to ease overriding for fancy stuff...
stable
2009-09-18, by Sylvain Thénault
cleaner code
stable
2009-09-18, by Sylvain Thénault
don't propose inlined form if user can't edit the entity
stable
2009-09-18, by Sylvain Thénault
cleanup, smarter sort control to avoid it when not necessary
stable
2009-09-18, by Sylvain Thénault
facets enhancement: can now set label_vid to use a view instead of a simple attribute as label
stable
2009-09-18, by Sylvain Thénault
fix/enhance i18n context usage for inlined forms
stable
2009-09-18, by Sylvain Thénault
don't show label if no label given
stable
2009-09-18, by Sylvain Thénault
fix sys import
stable
2009-09-18, by Julien Jehannet
merge
stable
2009-09-18, by Sylvain Thénault
merge
stable
2009-09-18, by Sylvain Thénault
[D] book: define a workflow
stable
2009-09-18, by Julien Jehannet
cleanup
stable
2009-09-18, by Aurelien Campeas
more in the way of subclassability & args passing all the way down
stable
2009-09-18, by Aurelien Campeas
merge
stable
2009-09-18, by Alexandre Fayolle
documentation : fixed docstring
stable
2009-09-18, by Alexandre Fayolle
backport 3.5
stable
2009-09-18, by Sylvain Thénault
backport old head
3.5
2009-09-18, by Sylvain Thénault
STABLE IS NOW 3.5
stable
2009-09-18, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.1-1 for changeset f476cecd4690
3.5
2009-09-18, by Sylvain Thénault
Added tag cubicweb-version-3.5.1 for changeset 77ed72f3c260
3.5
cubicweb-debian-version-3.5.1-1
2009-09-18, by Sylvain Thénault
3.5.1
3.5
cubicweb-version-3.5.1
2009-09-18, by Sylvain Thénault
backport stable
3.5
2009-09-18, by Sylvain Thénault
i18nupdate
3.5
2009-09-18, by Sylvain Thénault
we may have some entity forms with nothing to edit for an entity, no RequestError in that case
3.5
2009-09-18, by Sylvain Thénault
fix generated label for object relation
3.5
2009-09-18, by Sylvain Thénault
[wf graph] translate group names as well
3.5
2009-09-18, by Sylvain Thénault
[wf] uicfg tweaks
3.5
2009-09-18, by Sylvain Thénault
[migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...)
3.5
2009-09-18, by Sylvain Thénault
[ui] translate state/tr names in wf image
3.5
2009-09-18, by Sylvain Thénault
cleanup
3.5
2009-09-18, by Sylvain Thénault
merge
3.5
2009-09-18, by Sylvain Thénault
remove 2.5 construct
3.5
2009-09-18, by Sylvain Thénault
missing import
2009-09-17, by Sylvain Thénault
make it easier to subclass
3.5
2009-09-17, by Aurelien Campeas
backport from 3.5
stable
2009-09-17, by Katia Saurfelt
merge
3.5
2009-09-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.5.0-1 for changeset 7e5d0ae8d202
3.5
2009-09-17, by Sylvain Thénault
Added tag cubicweb-version-3.5.0 for changeset 70c0dd1c3b7d
3.5
cubicweb-debian-version-3.5.0-1
2009-09-17, by Sylvain Thénault
do not wipe a good value if input is bad and cancelled
3.5
2009-09-17, by Aurelien Campeas
backport 3.5
2009-09-17, by Sylvain Thénault
backport stable
3.5
cubicweb-version-3.5.0
2009-09-17, by Sylvain Thénault
Added tag cubicweb-debian-version-3.4.11-1 for changeset 635a25031f4a
stable
2009-09-17, by Aurelien Campeas
Added tag cubicweb-version-3.4.11 for changeset f3d2adf48332
stable
cubicweb-debian-version-3.4.11-1
2009-09-17, by Aurelien Campeas
bump
stable
cubicweb-version-3.4.11
2009-09-17, by Aurelien Campeas
skip SYSTEM_RTYPES by default in schema view
3.5
2009-09-17, by Sylvain Thénault
tweak catalog generation by adding a new SYSTEM_RTYPES set to schema
3.5
2009-09-17, by Sylvain Thénault
remove debug print
3.5
2009-09-17, by Sylvain Thénault
fix .po generation: ensure we get all msgids when building a cube catalog
3.5
2009-09-17, by Sylvain Thénault
ensure pgettext return unicode as well
3.5
2009-09-17, by Sylvain Thénault
more doc
stable
2009-09-17, by Aurelien Campeas
i18n roundup
3.5
2009-09-17, by Adrien Di Mascio
[i18n] do not add context information for metadata relations
3.5
2009-09-17, by Adrien Di Mascio
ensure bw compat for relation traduction, add context to _object msg id
3.5
2009-09-17, by Sylvain Thénault
patch gettext for compat w/ catalog generated by cw < 3.5
3.5
2009-09-17, by Sylvain Thénault
merge
3.5
2009-09-17, by Sylvain Thénault
fix see_also permissions
3.5
2009-09-17, by Sylvain Thénault
[selectors] score_entity selector now ensures an int score is returned
3.5
2009-09-17, by Sylvain Thénault
[gettext] provide GNU contexts to avoid translations ambiguities
3.5
2009-09-16, by Adrien Di Mascio
gettext] provide a more up-to-date version of gettext.py
3.5
2009-09-16, by Adrien Di Mascio
typo
3.5
2009-09-16, by Sylvain Thénault
nicer add urls
3.5
2009-09-16, by Sylvain Thénault
set strict when checking if edit action should be shown
3.5
2009-09-16, by Sylvain Thénault
warning -> critical, also allow goa to work without vobject
3.5
2009-09-16, by Aurelien Campeas
prevent some command providers to stop using cubicweb-ctl (current case : goactl when vobject is not there)
3.5
2009-09-16, by Aurelien Campeas
3.5
3.5
2009-09-16, by Sylvain Thénault
backport default fix
3.5
2009-09-16, by Sylvain Thénault
we must now explicitly call rebuild_infered_relation
3.5
2009-09-16, by Sylvain Thénault
test update, no more a FakeVReg, needs to hack it
3.5
2009-09-16, by Sylvain Thénault
backport stable
3.5
2009-09-16, by Sylvain Thénault
i18n update
3.5
2009-09-16, by Sylvain Thénault
uicfg tweaks for wf
3.5
2009-09-16, by Sylvain Thénault
remove annoying sqlite, not cw, test
3.5
2009-09-16, by Sylvain Thénault
[jsoncontroller] bugfix: update to match new validate_form API
3.5
2009-09-16, by Adrien Di Mascio
ensure unittest_pdf passes
3.5
2009-09-16, by Aurelien Campeas
update the documentation
stable
2009-09-16, by Aurelien Campeas
[D] add entity inheritance example
stable
2009-09-16, by Julien Jehannet
[C] uicfg: Change CWCache as system entites
stable
2009-09-15, by Julien Jehannet
cleanup
3.5
2009-09-16, by Sylvain Thénault
should not have been commited
3.5
2009-09-16, by Sylvain Thénault
email hooks tests
3.5
2009-09-16, by Sylvain Thénault
tests update
3.5
2009-09-16, by Sylvain Thénault
those items are in the add menu, we don't want 'add' in their label
3.5
2009-09-16, by Sylvain Thénault
refactor to allow explicit card integrity check from client code (eg email hooks for instance)
3.5
2009-09-16, by Sylvain Thénault
fix rqlannotation bug w/ identity relation in subscope
3.5
2009-09-16, by Sylvain Thénault
fix cardinality integrity and security when setting use_email/primary_email
3.5
2009-09-16, by Sylvain Thénault
hide bookmarked_by relation from addrelated menu, we've a specific box for bookmarks
3.5
2009-09-16, by Sylvain Thénault
stop setting sort to false by default on relation field and explain why
3.5
2009-09-16, by Sylvain Thénault
cleanup
3.5
2009-09-16, by Sylvain Thénault
since unrelated_rql now consider security, we may consider returning relation having local role in some cases
3.5
2009-09-16, by Sylvain Thénault
unrelated_rql now return rql *and* args
3.5
2009-09-16, by Sylvain Thénault
missing import
3.5
2009-09-16, by Sylvain Thénault
unrelated_rql now considers relation's add perm
3.5
2009-09-16, by Sylvain Thénault
refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well
3.5
2009-09-16, by Sylvain Thénault
[ms] fix planning w/ query using identity
3.5
2009-09-16, by Sylvain Thénault
[querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope
3.5
2009-09-16, by Sylvain Thénault
[cleanup] remove unused imports
3.5
2009-09-15, by Adrien Di Mascio
add note
stable
2009-09-15, by Sylvain Thénault
fix when Interval is coming from date substraction
stable
2009-09-15, by Sylvain Thénault
remerge
3.5
2009-09-15, by Sylvain Thénault
merge
3.5
2009-09-15, by Sylvain Thénault
[controllers] allow onsuccess / onfailure callback to be passed to validateform
3.5
2009-09-15, by Adrien Di Mascio
[utils] provide a class to extend the default simplejson encoder to be able to dump standard yams attribute types
3.5
2009-09-15, by Adrien Di Mascio
backport 3.5
2009-09-15, by Sylvain Thénault
test update
3.5
2009-09-15, by Sylvain Thénault
[actions] refactor: extract actual_actions from fill_menu to work with table filter form
3.5
2009-09-15, by Sylvain Thénault
test fix
3.5
2009-09-15, by Sylvain Thénault
should now use _test_action, not bare action.url()
3.5
2009-09-15, by Sylvain Thénault
facilities to test new submenu actions
3.5
2009-09-15, by Sylvain Thénault
comment out deprecated test
3.5
2009-09-15, by Sylvain Thénault
merge
3.5
2009-09-15, by Aurelien Campeas
was lost in some merge
3.5
2009-09-14, by Aurelien Campeas
[i18ncube] access to appearsin_addmenu config through uicfg directly
3.5
2009-09-15, by Sylvain Thénault
cleanup, futur warning fixes :)
3.5
2009-09-14, by Sylvain Thénault
edit box refactoring to gain more control by using actions
3.5
2009-09-14, by Sylvain Thénault
[3.5 migration] avoid removing defined transitions...
3.5
2009-09-14, by Sylvain Thénault
cleanup
3.5
2009-09-14, by Sylvain Thénault
[wf graph] fix display of condition
3.5
2009-09-14, by Sylvain Thénault
fix workflow graph views and tabs for the new wf system, remove useless view and action (actually useless since introduction of tabbed entity type view
3.5
2009-09-14, by Sylvain Thénault
[3.5 migration] missing identical_to/canonical -> prefered_form migration
3.5
2009-09-14, by Sylvain Thénault
[migration] don't ask confirm here
3.5
2009-09-14, by Sylvain Thénault
displaytime attribute should not have been removed from there
3.5
2009-09-14, by Sylvain Thénault
[forms] avoid to create superfluous add_new_relation_link in create form
stable
2009-09-14, by Katia Saurfelt
merge
3.5
2009-09-14, by Aurelien Campeas
allow user to give ?tab=tabname and be set to the right tab (part of #345399)
3.5
2009-09-14, by Aurelien Campeas
merge
3.5
2009-09-14, by Sylvain Thénault
return self, not None, when no prefered form
3.5
2009-09-14, by Sylvain Thénault
tests update
3.5
2009-09-14, by Sylvain Thénault
fix entity classes inheritance (repair cw.test.unittest_entity)
3.5
2009-09-14, by Sylvain Thénault
#370578: change EmailAddress identical_to/canonical to prefered_form
3.5
2009-09-14, by Sylvain Thénault
merge
3.5
2009-09-14, by Aurelien Campeas
as shell, also works fine/linux
3.5
2009-09-14, by Aurelien Campeas
HOME is spelled USERPROFILE on windows
3.5
2009-09-11, by Aurelien Campeas
#345461: drop support for cube_eid / direct bug submission
3.5
2009-09-14, by Sylvain Thénault
backport 3.5
2009-09-14, by Sylvain Thénault
backport stable
3.5
2009-09-14, by Sylvain Thénault
[repo] take care of inlined relation in session.[add|delete]_relation
stable
2009-09-14, by Sylvain Thénault
[repo] set entity.rset & co when needed
stable
2009-09-14, by Sylvain Thénault
remove extra paren
2009-09-14, by Sylvain Thénault
[controllers] fix bad if/elif switch in handle_attribute
stable
2009-09-11, by Adrien Di Mascio
should change process'user once pid file has been written
stable
2009-09-11, by Sylvain Thénault
windows doesn't like ':' in filesc
3.5
2009-09-11, by Aurelien Campeas
enough annoying for a 3.4.10...
stable
2009-09-11, by Sylvain Thénault
another friend
stable
2009-09-11, by Sylvain Thénault
merge
stable
2009-09-11, by Sylvain Thénault
[c-c] fix 3.4.9 name error :'(
stable
2009-09-11, by Sylvain Thénault
Added tag cubicweb-debian-version-3.4.9-1 for changeset 24ea70f19a48
stable
2009-09-11, by Sylvain Thénault
Added tag cubicweb-version-3.4.9 for changeset e916f1e856c8
stable
cubicweb-debian-version-3.4.9-1
2009-09-11, by Sylvain Thénault
backport 3.5
2009-09-11, by Sylvain Thénault
backport stable branch
3.5
2009-09-11, by Sylvain Thénault
3.4.9
stable
cubicweb-version-3.4.9
2009-09-11, by Sylvain Thénault
cleanup
stable
2009-09-11, by Sylvain Thénault
fix daemonize: set umask, move to /, consider uid
stable
2009-09-11, by Sylvain Thénault
[c-c] fix start/restart commands
stable
2009-09-11, by Sylvain Thénault
from 3.5 branch; XXX the test depends on an eid value
stable
2009-09-11, by Aurelien Campeas
merge
stable
2009-09-11, by Sylvain Thénault
small note on fetch_unrelated_order ... fetch_order needs clarification
3.5
2009-09-11, by Aurelien Campeas
hopefully correctly fix the breadcrumbs escaping
3.5
2009-09-11, by Aurelien Campeas
Added tag cubicweb-debian-version-3.4.8-1 for changeset 97273eeaaead
stable
2009-09-11, by Sylvain Thénault
Added tag cubicweb-version-3.4.8 for changeset ba43e084e884
stable
cubicweb-debian-version-3.4.8-1
2009-09-11, by Sylvain Thénault
missing escape
3.5
2009-09-10, by Aurelien Campeas
[vreg] we must ensure that parent classes are initialiazed first
stable
2009-09-11, by Sylvain Thénault
[repo] oops, glob_update_entity takes a list of edited attributes has third argument
stable
2009-09-11, by Sylvain Thénault
3.4.8
stable
cubicweb-version-3.4.8
2009-09-10, by Sylvain Thénault
merge
stable
2009-09-10, by Sylvain Thénault
[tests] inheritance_precedence in url rewrite
stable
2009-09-10, by Julien Jehannet
[D] add example about site properties configuration
stable
2009-09-10, by Julien Jehannet
properly escape site-title
stable
2009-09-10, by Sylvain Thénault
[views] remove parameter displaytime from final view
3.5
2009-09-08, by Sandrine Ribeau
nicer fix
stable
2009-09-10, by Sylvain Thénault
backport 3.5
2009-09-10, by Sylvain Thénault
merge
3.5
2009-09-10, by Sylvain Thénault
[notification] should get actual session here
stable
2009-09-10, by Sylvain Thénault
merge
stable
2009-09-10, by Sylvain Thénault
Added tag cubicweb-debian-version-3.4.7-1 for changeset ebb92e62eb04
stable
2009-09-10, by Sylvain Thénault
Added tag cubicweb-version-3.4.7 for changeset 0e549b299f0b
stable
cubicweb-debian-version-3.4.7-1
2009-09-10, by Sylvain Thénault
[editcontrollers] handle_attribute: test for value presence before trying to convert it to int/float
stable
2009-09-09, by Adrien Di Mascio
very dubious but observed : os.system works on linux, subprocess.call on windows, no other way around ?
3.5
2009-09-09, by Aurelien Campeas
oops, key can be non str
3.5
2009-09-09, by Aurelien Campeas
merge
3.5
2009-09-09, by Aurelien Campeas
fix user login for windows
3.5
2009-09-09, by Aurelien Campeas
close file handler leak
3.5
2009-09-09, by Aurelien Campeas
note about this test under windows
3.5
2009-09-09, by Aurelien Campeas
remove bogus assertion
3.5
2009-09-09, by Aurelien Campeas
note about licence, fix copyright, fix case of unicode argument
3.5
2009-09-09, by Aurelien Campeas
close file handler leak
3.5
2009-09-09, by Aurelien Campeas
use proper locks instead of hasardous time.sleep()s
3.5
2009-09-09, by Aurelien Campeas
have a better make_uid function, esp. useful for win32 as collisions are frequents with the old one
3.5
2009-09-09, by Aurelien Campeas
avoid open file handler leak
3.5
2009-09-09, by Aurelien Campeas
Bugfix: message was not written in english
stable
2009-09-09, by Nicolas Chauvat
merge
stable
cubicweb-version-3.4.7
2009-09-09, by Sylvain Thénault
[javascript ie6] make "strptime" function work in ie6
stable
2009-09-09, by Katia Saurfelt
ii8nupdate
stable
2009-09-09, by Sylvain Thénault
update test now that etype_class systematically copy registry classes
3.5
2009-09-09, by Sylvain Thénault
merge
3.5
2009-09-09, by Sylvain Thénault
add pyro
3.5
2009-09-09, by Aurelien Campeas
fix so that we ensure issubclass(etype_class('SubNote'), etype_class('Note'))
3.5
2009-09-09, by Sylvain Thénault
backport stable
3.5
2009-09-09, by Sylvain Thénault
test fixes and enhancement
stable
2009-09-09, by Sylvain Thénault
update test to avoid failure due to migration schema changes
3.5
2009-09-09, by Sylvain Thénault
3.4.7
stable
2009-09-09, by Sylvain Thénault
python-ldap, also win32 binary version of simplejson
3.5
2009-09-09, by Aurelien Campeas
[supervision] ignore internal changes
stable
2009-09-09, by Sylvain Thénault
allow to specify targettypes in related_rql
stable
2009-09-09, by Sylvain Thénault
[facets] duhh, necessary fromformfilter hidden was missing
stable
2009-09-09, by Sylvain Thénault
include facets.css so we're sure it's there when needed
stable
2009-09-09, by Sylvain Thénault
should have been done in stable
stable
2009-09-09, by Sylvain Thénault
test cubes_path is updated as well
3.5
2009-09-09, by Sylvain Thénault
[uicfg, autoform] when a relation is inlined, put it in the generated section by default
3.5
2009-09-09, by Sylvain Thénault
[forms] fix form enctype handling with inlined forms
stable
2009-09-08, by Adrien Di Mascio
merge
3.5
2009-09-08, by Aurelien Campeas
fix open call to make cw happy /win32
3.5
2009-09-08, by Aurelien Campeas
sections to help building a window dev environment
3.5
2009-09-08, by Aurelien Campeas
backport stable
3.5
2009-09-08, by Sylvain Thénault
merge
3.5
2009-09-08, by Sylvain Thénault
more i18n commands fixes :
3.5
2009-09-08, by Aurélien Campéas
mostly adapt the i18n subsystem to limitation wrt redirection handinling in windows, using the -o argument of the utilities
3.5
2009-09-07, by Aurélien Campéas
two convenience files
3.5
2009-09-07, by Aurélien Campéas
minimal steps to have cw running on windows
3.5
2009-09-07, by Aurélien Campéas
missing exception
stable
2009-09-08, by Sylvain Thénault
[notification] drop useless user_login method
stable
2009-09-08, by Sylvain Thénault
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary
stable
2009-09-08, by Sylvain Thénault
[notification] can't see valid reason for this...
3.5
2009-09-08, by Sylvain Thénault
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary
3.5
2009-09-08, by Sylvain Thénault
ensure eid given in arguments will be returned correctly typed (though only if they are in the cachekey for now)
stable
2009-09-08, by Sylvain Thénault
merge
stable
2009-09-07, by Adrien Di Mascio
fix OR in facets
stable
2009-09-07, by Katia Saurfelt
fix AddComboBoxWidget
stable
2009-09-03, by Katia Saurfelt
be able to restore pre cw 3.4 database dumps #370595
stable
2009-09-04, by Aurelien Campeas
note
stable
2009-09-03, by Aurelien Campeas
backport stable
3.5
2009-09-03, by Aurelien Campeas
use node cloning method that works with IE (6,7)
stable
2009-09-03, by Aurelien Campeas
backport stable into 3.5
3.5
2009-09-02, by Aurelien Campeas
fix reledit validation error handling for relations #345477
3.5
2009-09-02, by Aurelien Campeas
merge
stable
2009-09-02, by Sylvain Thénault
merge
stable
2009-09-02, by Sylvain Thénault
[views] #344733: make burndown chart visible with IE6/7
stable
2009-09-02, by Katia Saurfelt
[views] #343641: fix calendar with IE6/7
stable
2009-09-02, by Katia Saurfelt
less
more
|
(0)
-3000
-1000
-384
+384
+1000
+3000
tip