Thu, 18 Feb 2010 11:06:40 +0100 |
Sylvain Thénault |
minor cleanup: don't use builtin 'id' as variable name
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:57:50 +0100 |
Sylvain Thénault |
[forms/inline] fix #703911: add new link disappears if inline box removed. Since we've the information, we must specify the target type else we get random cardinality on ambiguous relations
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:55:41 +0100 |
Sylvain Thénault |
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:54:50 +0100 |
Sylvain Thénault |
turn default logging threshold to warning (we usually want them), and log 'no schema for eid' pb using warning instead of error, so we see them in logs but not during migration
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:26:04 +0100 |
Sylvain Thénault |
pfff, sorry to keep messing with default/stable...
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:22:04 +0100 |
Sylvain Thénault |
specify db port on backup/restore commands (require forth comming lgc 0.48.1)
|
changeset |
files
|
Thu, 18 Feb 2010 08:39:30 +0100 |
Sylvain Thénault |
move captcha view to a place where it will be loaded by the registry...
|
changeset |
files
|
Thu, 18 Feb 2010 07:29:13 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Wed, 17 Feb 2010 20:22:12 +0100 |
Sylvain Thénault |
[security] allow to call .check on rql expression with a user eid specified
stable
|
changeset |
files
|
Wed, 17 Feb 2010 16:42:52 +0100 |
Sylvain Thénault |
[facet] rqlst should be the select node
stable
|
changeset |
files
|
Wed, 17 Feb 2010 16:27:01 +0100 |
Sylvain Thénault |
oops, should have been in my previous commit
stable
|
changeset |
files
|
Wed, 17 Feb 2010 16:21:34 +0100 |
Sylvain Thénault |
fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box
stable
|
changeset |
files
|
Wed, 17 Feb 2010 15:58:09 +0100 |
Charles Hébert |
Fix: RangeFacet is selected (valid rset) but without any values
stable
|
changeset |
files
|
Wed, 17 Feb 2010 15:57:03 +0100 |
Charles Hébert |
fix the bad rqlst syntax tree usage during facets initialization by copying it
stable
|
changeset |
files
|
Wed, 17 Feb 2010 10:39:35 +0100 |
Julien Jehannet |
[R] dataimport: refine error detection
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:23:36 +0100 |
Sylvain Thénault |
added a function to create admin/anon user during db initialization process so one get a chance to monkey patch it
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:16:50 +0100 |
Sylvain Thénault |
fix unittest_schema, remove deprecation warning
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:12:35 +0100 |
Sylvain Thénault |
when creating an instance, ask for cubes specific options properly (fix #607349)
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:11:30 +0100 |
Sylvain Thénault |
avoid loading twice site_cubicweb files on instance creation
stable
|
changeset |
files
|
Wed, 17 Feb 2010 12:25:17 +0100 |
Sylvain Thénault |
oops
stable
|
changeset |
files
|
Wed, 17 Feb 2010 12:21:28 +0100 |
Sylvain Thénault |
[schema security] fix so that when cheking attributes perms for an entity being created, 'owners' and has_*_permission in erqlexpr are considered satisfied
stable
|
changeset |
files
|
Wed, 17 Feb 2010 11:26:09 +0100 |
Sylvain Thénault |
dont add CUBES_DIR to cubes search path if it doesn't exists
stable
|
changeset |
files
|
Wed, 17 Feb 2010 11:25:46 +0100 |
Sylvain Thénault |
fix dumb name error triggering crash when some directory in cubes search path doesn't exist
stable
|
changeset |
files
|
Wed, 17 Feb 2010 11:25:12 +0100 |
Sylvain Thénault |
remove 3.6 deprecation warning
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:13:49 +0100 |
Sylvain Thénault |
login form style fixes
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:13:00 +0100 |
Sylvain Thénault |
proper deprecation of TabedPrimaryView
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:12:42 +0100 |
Sylvain Thénault |
missing call to toolbox in tabbed primary view
stable
|
changeset |
files
|
Tue, 16 Feb 2010 14:39:51 +0100 |
Sylvain Thénault |
use needs_css so you can change login form css without redefining LogFormView
stable
|
changeset |
files
|
Tue, 16 Feb 2010 14:39:28 +0100 |
Sylvain Thénault |
bw compat
stable
|
changeset |
files
|
Tue, 16 Feb 2010 11:31:12 +0100 |
Sylvain Thénault |
backport fixes done accidentaly in default
stable
|
changeset |
files
|
Tue, 16 Feb 2010 11:30:52 +0100 |
Sylvain Thénault |
use class, not klass, in widget.attrs
|
changeset |
files
|
Tue, 16 Feb 2010 10:42:04 +0100 |
Sylvain Thénault |
specify login form dom id, don't render progress div
|
changeset |
files
|
Tue, 16 Feb 2010 10:33:48 +0100 |
Sylvain Thénault |
backport crypto/captcha utilities from the registration cube
|
changeset |
files
|
Tue, 16 Feb 2010 09:27:15 +0100 |
Sylvain Thénault |
use an actual form for the login form ease customization from external cubes (eg rememberme)
|
changeset |
files
|
Tue, 16 Feb 2010 09:25:18 +0100 |
Sylvain Thénault |
add space between a checkbox and its label
|
changeset |
files
|
Tue, 16 Feb 2010 09:24:40 +0100 |
Sylvain Thénault |
ensure cnx is set first (necessary to introduce of a form object to handle the login form)
|
changeset |
files
|
Tue, 16 Feb 2010 09:23:35 +0100 |
Sylvain Thénault |
don't let set_schema making commit_event fail
|
changeset |
files
|
Mon, 15 Feb 2010 19:37:57 +0100 |
Sylvain Thénault |
use constant
|
changeset |
files
|
Mon, 15 Feb 2010 19:37:50 +0100 |
Sylvain Thénault |
fix permission of the condition permission
|
changeset |
files
|
Mon, 15 Feb 2010 19:37:35 +0100 |
Sylvain Thénault |
fix *_permissions schema: using the same cardinality/composite properties for cwgroup/rqlexpr leads to important pbs...
|
changeset |
files
|
Mon, 15 Feb 2010 18:44:47 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 15 Feb 2010 18:36:34 +0100 |
Sylvain Thénault |
DEFAULT_ATTRPERMS is now public
stable
|
changeset |
files
|
Mon, 15 Feb 2010 17:47:50 +0100 |
Sylvain Thénault |
[inlined formos] don't pop attributes from kwargs, so they end-up in
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:22:01 +0100 |
Sylvain Thénault |
[notification] we should use unsafe_execute here
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:20:45 +0100 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:20:06 +0100 |
Sylvain Thénault |
[calendar view] fix related to the date_range mess (max value exclusion). Calendar views authors should check if more similar fixes needed
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:18:38 +0100 |
Sylvain Thénault |
[forms] fix RelationField bug with pending eids (eg inlined forms): we have to override process_form_value to avoid caching when recomputing is needed
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:17:24 +0100 |
Sylvain Thénault |
[shell] rql() should use unsafe_execute when possible
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:16:08 +0100 |
Sylvain Thénault |
[autoform] we should consider role when checking delete permission
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:14:50 +0100 |
Sylvain Thénault |
don't update modification_date in repairing_mode (eg upgrade or shell)
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:14:27 +0100 |
Sylvain Thénault |
[security] we should save back edited_attributes in case of multiple modification of an entity during the same transaction
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:13:47 +0100 |
Sylvain Thénault |
tune startup logging
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:13:31 +0100 |
Sylvain Thénault |
[schema] fix RelationSchema.has_perm to properly works with attribute relations
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:12:57 +0100 |
Sylvain Thénault |
[schema] refactor/cleanup check_permissions
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:11:49 +0100 |
Sylvain Thénault |
use a close_form method for consistency w/ open_form and allow overriding
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:11:18 +0100 |
Sylvain Thénault |
add version info to deprecation warning
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:11:02 +0100 |
Sylvain Thénault |
remove debug print
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:10:25 +0100 |
Sylvain Thénault |
follow yams api change: attributes permissions are now defined for
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:05:15 +0100 |
Sylvain Thénault |
fix dumb name error causing error when non managers try to change his properties
stable
|
changeset |
files
|
Mon, 15 Feb 2010 15:04:44 +0100 |
Sylvain Thénault |
fix typo in deprecation warning
stable
|
changeset |
files
|
Thu, 11 Feb 2010 12:19:08 +0100 |
Sylvain Thénault |
remove crappy basket specific code
|
changeset |
files
|
Fri, 12 Feb 2010 23:34:19 +0100 |
Nicolas Chauvat |
[views] toolbox must be rendered before the title to appear at top right
stable
|
changeset |
files
|
Fri, 12 Feb 2010 22:40:44 +0100 |
Nicolas Chauvat |
[uicfg] make deprecation message easier to understand
stable
|
changeset |
files
|
Fri, 12 Feb 2010 16:48:57 +0100 |
Adrien Di Mascio |
[uicfg] allow autoform_section's formtype parameter to be a tuple
stable
|
changeset |
files
|
Fri, 12 Feb 2010 15:18:00 +0100 |
Alexandre Fayolle |
merge
oldstable
|
changeset |
files
|
Fri, 12 Feb 2010 14:34:38 +0100 |
Alexandre Fayolle |
branch oldstable
oldstable
|
changeset |
files
|
Fri, 12 Feb 2010 14:17:52 +0100 |
Aurelien Campeas |
create oldstable branch, remove 3.5 tag
oldstable
|
changeset |
files
|
Fri, 12 Feb 2010 13:35:12 +0100 |
Aurelien Campeas |
merge 3.6 default/stable
stable
|
changeset |
files
|
Fri, 12 Feb 2010 13:33:54 +0100 |
Aurelien Campeas |
merge 3.5/stable heads
stable
|
changeset |
files
|
Fri, 12 Feb 2010 13:32:14 +0100 |
Aurelien Campeas |
Added tag 3.5 for changeset a0571ff0cb5d
stable
|
changeset |
files
|
Wed, 10 Feb 2010 14:24:05 +0100 |
Aurelien Campeas |
[http cache/json controller] ensure json_view does proper cache validation #390986
stable
|
changeset |
files
|
Fri, 12 Feb 2010 12:57:56 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 12 Feb 2010 12:57:14 +0100 |
Alexandre Fayolle |
typo fix in help string
stable
|
changeset |
files
|
Fri, 12 Feb 2010 12:55:49 +0100 |
Alexandre Fayolle |
use subprocess instead of os.popen to run diff
stable
|
changeset |
files
|
Fri, 12 Feb 2010 12:13:07 +0100 |
Nicolas Chauvat |
[migration] abort becomes possible when asked for confirmation before migration script
stable
|
changeset |
files
|
Thu, 11 Feb 2010 12:18:46 +0100 |
Sylvain Thénault |
sort on sortvalue, not dc_title to allow customization
|
changeset |
files
|
Wed, 10 Feb 2010 16:32:54 +0100 |
Sylvain Thénault |
merge
cubicweb-version-3.6.0
|
changeset |
files
|
Wed, 10 Feb 2010 16:32:32 +0100 |
Sylvain Thénault |
fix bug when value is None
|
changeset |
files
|
Wed, 10 Feb 2010 15:49:20 +0100 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.6.0-1 for changeset 17e88f2485d1
|
changeset |
files
|
Wed, 10 Feb 2010 15:49:19 +0100 |
Sylvain Thénault |
Added tag cubicweb-version-3.6.0 for changeset 5f957e351b0a
|
changeset |
files
|
Wed, 10 Feb 2010 14:31:22 +0100 |
Sylvain Thénault |
added jquery.ui image files
|
changeset |
files
|
Wed, 10 Feb 2010 13:58:11 +0100 |
Sylvain Thénault |
provides a fallback_on_none_attribute field attribute, allowing to specify default value for attributes of *existing* entities
|
changeset |
files
|
Wed, 10 Feb 2010 13:57:29 +0100 |
Sylvain Thénault |
fix match_transition selector: for instance w/ forge version change state form overiding, we want the form with the publication_date selected by the editcontroller, whatever the transition
|
changeset |
files
|
Wed, 10 Feb 2010 12:00:37 +0100 |
Sylvain Thénault |
split introduced in the wrong place
|
changeset |
files
|
Wed, 10 Feb 2010 10:57:28 +0100 |
Sylvain Thénault |
packaging fix: no more test in common (2).
|
changeset |
files
|
Wed, 10 Feb 2010 10:52:15 +0100 |
Sylvain Thénault |
packaging fix: no more test in common. Should remove test from the hooks subpackage in rules for hardy
|
changeset |
files
|
Wed, 10 Feb 2010 10:48:33 +0100 |
Sylvain Thénault |
drop cubicweb-client package (there was only hercule.py inside)
|
changeset |
files
|
Wed, 10 Feb 2010 10:40:41 +0100 |
Sylvain Thénault |
remove ref to hercule.py
|
changeset |
files
|
Wed, 10 Feb 2010 10:14:14 +0100 |
Sylvain Thénault |
cw 3.6, itself
|
changeset |
files
|
Wed, 10 Feb 2010 09:44:40 +0100 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
Wed, 10 Feb 2010 09:44:34 +0100 |
Sylvain Thénault |
i18n msg fix
|
changeset |
files
|
Wed, 10 Feb 2010 09:44:20 +0100 |
Sylvain Thénault |
cleanup 2.5 __future__ imports
|
changeset |
files
|
Wed, 10 Feb 2010 08:54:47 +0100 |
Sylvain Thénault |
update translatable docstring
|
changeset |
files
|
Wed, 10 Feb 2010 08:27:23 +0100 |
Sylvain Thénault |
fix test
|
changeset |
files
|
Wed, 10 Feb 2010 08:08:17 +0100 |
Sylvain Thénault |
rephrase
|
changeset |
files
|
Wed, 10 Feb 2010 08:07:53 +0100 |
Sylvain Thénault |
fix auto-rollback on unauthorized error:
|
changeset |
files
|
Wed, 10 Feb 2010 08:06:02 +0100 |
Sylvain Thénault |
fix ldap test, our ldap server name has changed
|
changeset |
files
|
Wed, 10 Feb 2010 08:05:43 +0100 |
Sylvain Thénault |
fix name error introduced by bad merging of stable
|
changeset |
files
|
Tue, 09 Feb 2010 19:51:19 +0100 |
Sylvain Thénault |
fix 'click here to see the created entity' link, which may not appear according to language settings
|
changeset |
files
|
Tue, 09 Feb 2010 19:50:31 +0100 |
Sylvain Thénault |
quick fix for typed formfield validation: accept empty string, split
|
changeset |
files
|
Fri, 05 Feb 2010 17:13:53 +0100 |
Julien Jehannet |
[R] devtools: improve default data import mechanism
|
changeset |
files
|
Tue, 09 Feb 2010 18:49:12 +0100 |
Adrien Di Mascio |
merge
|
changeset |
files
|
Tue, 09 Feb 2010 08:16:29 +0100 |
Adrien Di Mascio |
backport stable branch
|
changeset |
files
|
Tue, 09 Feb 2010 08:15:20 +0100 |
Adrien Di Mascio |
[cw-shell] do not set arbitrary limit on number of arguments
stable
|
changeset |
files
|
Tue, 09 Feb 2010 16:20:45 +0100 |
Sylvain Thénault |
use 'edit' as defaut path for expect_redirect_publish
|
changeset |
files
|
Tue, 09 Feb 2010 16:20:17 +0100 |
Sylvain Thénault |
propagation hooks cleanup
|
changeset |
files
|
Tue, 09 Feb 2010 16:20:01 +0100 |
Sylvain Thénault |
missing import for 2.4 compat
|
changeset |
files
|
Tue, 09 Feb 2010 13:45:05 +0100 |
Sylvain Thénault |
don't play with the custom_workflow relation in autofill
|
changeset |
files
|
Tue, 09 Feb 2010 12:55:08 +0100 |
Sylvain Thénault |
fix bug w/ object relation used as inlined form
|
changeset |
files
|
Tue, 09 Feb 2010 12:54:44 +0100 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
Tue, 09 Feb 2010 12:41:44 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 09 Feb 2010 12:39:23 +0100 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
changeset |
files
|
Tue, 09 Feb 2010 12:38:59 +0100 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
changeset |
files
|
Tue, 09 Feb 2010 12:37:47 +0100 |
Sylvain Thénault |
fix constraint hook: a session may be involved in multiple transaction at time
stable
|
changeset |
files
|
Tue, 09 Feb 2010 11:22:40 +0100 |
Sylvain Thénault |
fix and begin to document autofill algorithm
|
changeset |
files
|
Mon, 08 Feb 2010 22:41:07 +0100 |
Sylvain Thénault |
unset_attribute_storage, for testing purpose at least
|
changeset |
files
|
Mon, 08 Feb 2010 21:29:59 +0100 |
Sylvain Thénault |
oops
|
changeset |
files
|
Mon, 08 Feb 2010 21:27:30 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 08 Feb 2010 21:22:10 +0100 |
Sylvain Thénault |
when no context specified, should return non-zero score as documented
|
changeset |
files
|
Mon, 08 Feb 2010 21:21:50 +0100 |
Sylvain Thénault |
typo
|
changeset |
files
|
Mon, 08 Feb 2010 21:21:31 +0100 |
Sylvain Thénault |
no need for a specific vid argument here
|
changeset |
files
|
Mon, 08 Feb 2010 13:35:07 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 08 Feb 2010 15:28:34 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Mon, 08 Feb 2010 15:28:18 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Mon, 08 Feb 2010 13:42:22 +0100 |
Alexandre Fayolle |
add a note about modifying read only attribute
stable
|
changeset |
files
|
Mon, 08 Feb 2010 10:07:52 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
Fri, 05 Feb 2010 17:57:51 +0100 |
Alexandre Fayolle |
use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot
stable
|
changeset |
files
|
Mon, 08 Feb 2010 13:33:09 +0100 |
Sylvain Thénault |
must use in-place modification, pending_operations is a read-only property
stable
|
changeset |
files
|
Mon, 08 Feb 2010 13:29:23 +0100 |
Sylvain Thénault |
avoid to see the same warning twice, one for 3.6 another for 3.3
|
changeset |
files
|
Mon, 08 Feb 2010 13:05:19 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 08 Feb 2010 13:03:38 +0100 |
Sylvain Thénault |
fix session's commit handling: when an operation failed in [pre]commit, call rollback_event as well for already processed operation, not only the revert<event> callback
stable
|
changeset |
files
|
Mon, 08 Feb 2010 13:02:05 +0100 |
Sylvain Thénault |
race condition may makes this assertion fail, we don't want that
stable
|
changeset |
files
|
Mon, 08 Feb 2010 12:25:15 +0100 |
Sylvain Thénault |
unvisible field may have been modified, for instance relation added by an hidden input
|
changeset |
files
|
Mon, 08 Feb 2010 12:05:56 +0100 |
Sylvain Thénault |
AdaptedList -> SameETypeList
|
changeset |
files
|
Mon, 08 Feb 2010 12:03:03 +0100 |
Sylvain Thénault |
now raise UnknownProperty, not KeyError
|
changeset |
files
|
Mon, 08 Feb 2010 12:02:32 +0100 |
Sylvain Thénault |
fix test broken by introduction of ViewSameEType action
|
changeset |
files
|
Mon, 08 Feb 2010 12:01:15 +0100 |
Sylvain Thénault |
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
|
changeset |
files
|
Mon, 08 Feb 2010 11:08:55 +0100 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
changeset |
files
|
Mon, 08 Feb 2010 10:06:40 +0100 |
Sylvain Thénault |
fix security issue #36564 (integrity error w/ RQLUniqueConstraint) by using a global lock serializing commit when some RQLUniqueConstraint is encountered.
stable
|
changeset |
files
|
Mon, 08 Feb 2010 09:57:25 +0100 |
Sylvain Thénault |
errors on postcommit should never occurs, log it as critical
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:37:09 +0100 |
Sylvain Thénault |
missing test data
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:35 +0100 |
Sylvain Thénault |
reminder, cleanup
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:26 +0100 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:31:27 +0100 |
Sylvain Thénault |
fix duplicated vregistry initialization during tests
stable
|
changeset |
files
|
Sat, 06 Feb 2010 08:45:14 +0100 |
Sylvain Thénault |
cleanup, don't fail if no context set on the sourcecode directive
|
changeset |
files
|
Fri, 05 Feb 2010 15:53:25 +0100 |
Sylvain Thénault |
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
|
changeset |
files
|
Fri, 05 Feb 2010 15:44:34 +0100 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
changeset |
files
|
Fri, 05 Feb 2010 14:58:46 +0100 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
Fri, 05 Feb 2010 14:46:34 +0100 |
Sylvain Thénault |
replace DevCubeConfiguration/DevDepsConfiguration by a single DevConfiguration, fixing recently introduced by w/ i18ncube command on the way
|
changeset |
files
|
Fri, 05 Feb 2010 14:45:39 +0100 |
Sylvain Thénault |
moved to lgc.date as well
|
changeset |
files
|
Fri, 05 Feb 2010 12:33:54 +0100 |
Sylvain Thénault |
oops, forgot that part of 3.2 bw compat
|
changeset |
files
|
Fri, 05 Feb 2010 12:16:52 +0100 |
Sylvain Thénault |
hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
|
changeset |
files
|
Fri, 05 Feb 2010 12:14:36 +0100 |
Sylvain Thénault |
kill most pre 3.2 bw compat code
|
changeset |
files
|
Fri, 05 Feb 2010 12:13:48 +0100 |
Sylvain Thénault |
kill mx compat code (dropped since 3.2), more efficient merge_args implementation
|
changeset |
files
|
Fri, 05 Feb 2010 12:05:24 +0100 |
Sylvain Thénault |
this test is now useless here
|
changeset |
files
|
Fri, 05 Feb 2010 12:05:10 +0100 |
Sylvain Thénault |
3.6 test api update
|
changeset |
files
|
Fri, 05 Feb 2010 12:04:48 +0100 |
Sylvain Thénault |
db fill api has changed, update test accordingly
|
changeset |
files
|
Fri, 05 Feb 2010 12:04:25 +0100 |
Sylvain Thénault |
no needs for a views package, 3.6 api update
|
changeset |
files
|
Fri, 05 Feb 2010 11:58:11 +0100 |
Sylvain Thénault |
need post_build_callbacks attribute with earlier yams version
|
changeset |
files
|
Fri, 05 Feb 2010 11:57:52 +0100 |
Sylvain Thénault |
update yams/rql dependencies
|
changeset |
files
|
Fri, 05 Feb 2010 11:56:57 +0100 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
changeset |
files
|
Fri, 05 Feb 2010 11:54:23 +0100 |
Sylvain Thénault |
moved generic datetime manipulation function to lgc
|
changeset |
files
|
Fri, 05 Feb 2010 08:55:21 +0100 |
Sylvain Thénault |
fix wrong autoclass inclusion
|
changeset |
files
|
Fri, 05 Feb 2010 08:54:51 +0100 |
Sylvain Thénault |
fix rest syntax error
|
changeset |
files
|
Fri, 05 Feb 2010 08:54:11 +0100 |
Sylvain Thénault |
more selectors doc in the book, mostly extracted from code
|
changeset |
files
|
Fri, 05 Feb 2010 08:53:33 +0100 |
Sylvain Thénault |
reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
|
changeset |
files
|
Fri, 05 Feb 2010 08:11:38 +0100 |
Sylvain Thénault |
3.6 api update
|
changeset |
files
|
Fri, 05 Feb 2010 08:11:32 +0100 |
Sylvain Thénault |
clear rest_path __unique cache in clear_all_caches, fix related test
|
changeset |
files
|
Fri, 05 Feb 2010 07:25:16 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 04 Feb 2010 13:17:26 +0100 |
Sylvain Thénault |
copy back __doc__ for proper sphinx doc generation
|
changeset |
files
|
Thu, 04 Feb 2010 18:29:43 +0100 |
Sylvain Thénault |
mimick actual request set_header method
stable
|
changeset |
files
|
Thu, 04 Feb 2010 18:29:30 +0100 |
Sylvain Thénault |
fix typo
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:33:55 +0100 |
Aurelien Campeas |
[views/treeview] fix non-ITree nodes last element computation
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:33:09 +0100 |
Aurelien Campeas |
[request] add a note about the encoding mgmt (or lack thereof)
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:32:13 +0100 |
Aurelien Campeas |
[views/plot] replace bogus jsoncall computation by something (statistically) more reliable (json_request being set to True in the JSoncontroller
stable
|
changeset |
files
|
Thu, 04 Feb 2010 11:30:47 +0100 |
Aurelien Campeas |
[doc] small fixes on security part
stable
|
changeset |
files
|
Thu, 04 Feb 2010 10:17:15 +0100 |
Adrien Di Mascio |
misc typos found on my way: NameError / SyntaxError / double __select__, <sigh ...>
|
changeset |
files
|
Wed, 03 Feb 2010 21:11:50 +0100 |
Sylvain Thénault |
fix bad rest
|
changeset |
files
|
Wed, 03 Feb 2010 21:11:41 +0100 |
Sylvain Thénault |
fix bad rest
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:56 +0100 |
Sylvain Thénault |
more details on selectors debugging
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:39 +0100 |
Sylvain Thénault |
add_state/add_transition are now deprecated, only add_workflow remaining
|
changeset |
files
|
Wed, 03 Feb 2010 21:02:15 +0100 |
Sylvain Thénault |
damn me, more stupid sed fix...
|
changeset |
files
|
Wed, 03 Feb 2010 20:35:48 +0100 |
Sylvain Thénault |
add note telling you don't et an UStreamIO for binary views
|
changeset |
files
|
Wed, 03 Feb 2010 20:35:19 +0100 |
Sylvain Thénault |
document the ~ operator
|
changeset |
files
|
Wed, 03 Feb 2010 20:34:44 +0100 |
Sylvain Thénault |
start documenting forms
|
changeset |
files
|
Wed, 03 Feb 2010 20:33:49 +0100 |
Sylvain Thénault |
fix stupid sed
|
changeset |
files
|
Wed, 03 Feb 2010 19:26:35 +0100 |
Sylvain Thénault |
moved content to the dbapi section
|
changeset |
files
|
Wed, 03 Feb 2010 18:45:20 +0100 |
Sylvain Thénault |
nicer docstring
|
changeset |
files
|
Wed, 03 Feb 2010 18:45:12 +0100 |
Sylvain Thénault |
live-server doesn't work, don't make think it does
|
changeset |
files
|
Wed, 03 Feb 2010 18:44:50 +0100 |
Sylvain Thénault |
more stuff in doc's README
|
changeset |
files
|
Wed, 03 Feb 2010 18:44:24 +0100 |
Sylvain Thénault |
update exemples using the 3.6 api and add/fix some sections (schema, vreg, talk about CW_MODE in concepts...). So much to do :'(
|
changeset |
files
|
Wed, 03 Feb 2010 14:46:32 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|