Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1920
+1920
+10000
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.
cleanup
2009-08-05, by Sylvain Thénault
[schema hooks] rename variable, check unique constraint actually changed before creating the index
2009-08-05, by Sylvain Thénault
[3.4 migration] only set cwuri for entities from the system source
2009-08-05, by Sylvain Thénault
[hooks] check key or value is actually edited
2009-08-05, by Sylvain Thénault
[twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
2009-08-05, by Adrien Di Mascio
[i18n] updated catalogs
2009-08-05, by Adrien Di Mascio
[i18ncubicweb] fix stupid NameError with mkdtemp
2009-08-05, by Adrien Di Mascio
add consistency check on constraints
2009-08-04, by Sylvain Thénault
merge
2009-08-04, by Adrien Di Mascio
[autoreload] handle uicfg reloading properly with the new event / callback mechanism
2009-08-04, by Adrien Di Mascio
[multi-source] test and fix msplanner regression
stable
2009-08-04, by Sylvain Thénault
[startup] vreg api update
2009-08-04, by Sylvain Thénault
cleanup
2009-08-04, by Sylvain Thénault
[autoreload] recompute urlresolver / urlrewriter after autoreload
2009-08-04, by Adrien Di Mascio
[autoreload] remove all modules under vregistry_path() from sys.modules before reloading
2009-08-04, by Adrien Di Mascio
introduce a new CubicwebEventManager
2009-08-04, by Adrien Di Mascio
[F dbdump] dark and dirty fix for db-copy command
2009-08-04, by Sylvain Thénault
cleanup
2009-08-04, by Sylvain Thénault
[R] use req.entity_from_eid
2009-08-04, by Sylvain Thénault
[reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done
2009-08-04, by Sylvain Thénault
use yams api
2009-08-04, by Sylvain Thénault
[table view] vreg api update
2009-08-04, by Sylvain Thénault
[navigation] split tests, add test for __start out of bound
2009-08-04, by Sylvain Thénault
merge
2009-08-04, by Adrien Di Mascio
merge (after jquery.tools backout)
2009-08-04, by Adrien Di Mascio
Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
2009-08-04, by Adrien Di Mascio
[reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
2009-08-04, by Adrien Di Mascio
[uicfg] fix metadata detection in primaryview_section
2009-08-04, by Adrien Di Mascio
[vreg] api update
2009-08-04, by Sylvain Thénault
to avoid confusions, implements iteritems/itervalues as well
2009-08-04, by Sylvain Thénault
[testlib] take care of re-monkeypatching which'll cause infinite recursion error
2009-08-04, by Sylvain Thénault
[repo] explicitly specifies edited attributes to glob_update_entity
2009-08-03, by Sylvain Thénault
[webapp] missing renaming
2009-08-03, by Sylvain Thénault
[pyro] use lgc.pyro_ext, simplify pyro related options
2009-08-03, by Sylvain Thénault
[we, test] more api update
2009-08-03, by Sylvain Thénault
[controller] should catch and set appli argument here now that the old AppObject class is gone
2009-08-03, by Sylvain Thénault
[uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
2009-08-03, by Sylvain Thénault
[vreg api update] remove some deprecation warnings
2009-08-03, by Sylvain Thénault
[test] update test: class initialization done in etype_class now
2009-08-03, by Sylvain Thénault
[vreg] fix deprecation messages
2009-08-03, by Sylvain Thénault
[appobject selection process] drop the need for the .selected method
2009-08-03, by Sylvain Thénault
[appobject] kill VObject class, move base selector classes to appobject
2009-08-03, by Sylvain Thénault
R [base classes] only AppObject remaning, no more AppRsetObject
2009-08-03, by Sylvain Thénault
merge
2009-08-03, by Sylvain Thénault
[twisted] don't use twistd anymore, all-in-one.py file is needed anymore
2009-08-03, by Adrien Di Mascio
[uicfg] reload uicfg when vregistry is being reset
2009-08-02, by Adrien Di Mascio
[refactoring] moved rtags specification in web/views
2009-08-02, by Adrien Di Mascio
[registry] when a source file is changed, reset and reload the whole registry
2009-08-02, by Adrien Di Mascio
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-08-03, by Sylvain Thénault
B [supervising] ignore updated event for entities created in the same transaction
2009-08-03, by Sylvain Thénault
F [rset repo cache] set entity.rset when no set on entities retreived from the cache
2009-08-03, by Sylvain Thénault
enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
2009-08-02, by Sylvain Thénault
#F [querier] debugging tweak
2009-08-02, by Sylvain Thénault
F [adapted list view] fix selector
2009-08-02, by Sylvain Thénault
F [view] missing import
2009-08-02, by Sylvain Thénault
web test update
2009-08-02, by Sylvain Thénault
cleanup
2009-08-02, by Sylvain Thénault
R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
2009-08-01, by Sylvain Thénault
uicfg bugs detected by tests
2009-08-01, by Sylvain Thénault
R import to avoid warning
2009-08-01, by Sylvain Thénault
oops
2009-08-01, by Sylvain Thénault
R [test] update and fix deprecation warnings
2009-08-01, by Sylvain Thénault
R [web test] rewrite schema with a single python module
2009-08-01, by Sylvain Thénault
F [cw.test] OK
2009-08-01, by Sylvain Thénault
explicit imports
2009-08-01, by Sylvain Thénault
get_csv is being renamed to splitstrip
2009-08-01, by Sylvain Thénault
B [schema update] may remove has_text unexpectedly, give another argument to fix it
2009-08-01, by Sylvain Thénault
cleanup
2009-08-01, by Sylvain Thénault
R [session] property for quick access to repo.schema
2009-08-01, by Sylvain Thénault
R [querier] debugging tweaks
2009-08-01, by Sylvain Thénault
document and replace debugged by a contextmanager/decorator class
2009-08-01, by Sylvain Thénault
manual_insert is a public method
2009-08-01, by Sylvain Thénault
F [server test] avoid warning by adding __init__.py file to directory
2009-08-01, by Sylvain Thénault
R [server debug] more server side debugging tweaks
2009-08-01, by Sylvain Thénault
cleanup
2009-08-01, by Sylvain Thénault
oops, should have been in a earlier commit (give rollback_on_failure to doexec)
2009-08-01, by Sylvain Thénault
oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
2009-08-01, by Sylvain Thénault
R [querier] debugging tweaks
2009-08-01, by Sylvain Thénault
R [sql source] cnx._cnx checked in cnx.close, don't do it here
2009-08-01, by Sylvain Thénault
debugging tweaks
2009-08-01, by Sylvain Thénault
[F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
2009-08-01, by Sylvain Thénault
[R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
2009-08-01, by Sylvain Thénault
merge
2009-08-01, by Sylvain Thénault
F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
2009-07-31, by Nicolas Chauvat
F [doc] mark code block as python source in cookbook
2009-07-31, by Nicolas Chauvat
R [all] logilab.common 0.44 provides only deprecated
2009-07-31, by Nicolas Chauvat
[doc] update generate_modules to match new sphinxutils API
2009-07-31, by Adrien Di Mascio
[R source cnx] use connection wrapper's close method
2009-08-01, by Sylvain Thénault
[F native source] fix attempts to clear cache key
2009-07-31, by Sylvain Thénault
[F workflow repo] don't try to get previous state of newly created entities
2009-07-31, by Sylvain Thénault
[F repo tests] tests have to be updated:
2009-07-31, by Sylvain Thénault
[F hooks] skip new eids as well as pending ones in DelayedDelete operation
2009-07-31, by Sylvain Thénault
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
2009-07-31, by Sylvain Thénault
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
2009-07-31, by Sylvain Thénault
[R repo session] add_relation method use in hooks
2009-07-31, by Sylvain Thénault
[R hooks] optmize insertion by using direct repository methods when possible
2009-07-31, by Sylvain Thénault
[F schema] set inlined=False to ensure it'is not inlined by accident
2009-07-31, by Sylvain Thénault
[R querier] new READ_ONLY_RTYPES constant
2009-07-31, by Sylvain Thénault
[F repo debugging] log repo event on DBG_REPO debug level
2009-07-31, by Sylvain Thénault
[R schema hooks] use new accessors on CWRelation and CWAttribute entities
2009-07-31, by Sylvain Thénault
[R schema] dont give an iterator, it's a trap
2009-07-31, by Sylvain Thénault
[C schema seria] cleanup
2009-07-31, by Sylvain Thénault
[R repo, schema] use VIRTUAL_RTYPES const
2009-07-31, by Sylvain Thénault
[F server test] sort for test predictability
2009-07-31, by Sylvain Thénault
[R schemaobjs] property accessors for CWRelation/CWAttribute
2009-07-31, by Sylvain Thénault
F: start to handle binary debug log level on the server side
2009-07-31, by Sylvain Thénault
rewrite migrscheam
2009-07-31, by Sylvain Thénault
C remove no more used copy_schema
2009-07-31, by Sylvain Thénault
[D server test] remove deprecated test on application_hooks file, and associated data
2009-07-31, by Sylvain Thénault
backport stable branch
2009-07-31, by Sylvain Thénault
[F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances
stable
2009-07-31, by Sylvain Thénault
[vreg] consider __abstract__ in register_all
stable
2009-07-31, by Sylvain Thénault
[xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
2009-07-31, by Sylvain Thénault
missing new renderer argument
2009-07-31, by Sylvain Thénault
merge
2009-07-31, by Sylvain Thénault
Add missing parameter to widget render call.
2009-07-30, by Sandrine Ribeau
merge
2009-07-31, by Sylvain Thénault
merge
2009-07-30, by Florent
always explicitly close <base> tags because of an old IE6 bug
2009-07-30, by Florent
[hooksmanager] nicer unregister_hook implementation, allowing to give a Hook subclass as argument
2009-07-30, by Sylvain Thénault
[migration] reset do-not-insert-cwuri once it's properly in the schema
2009-07-30, by Sylvain Thénault
cleanup
2009-07-30, by Sylvain Thénault
[F delconf form] should give rset to select()
2009-07-30, by Sylvain Thénault
[form renderer] fix composite form renderer in case the main form has some visible fields
2009-07-30, by Sylvain Thénault
[form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
2009-07-30, by Sylvain Thénault
add default values for fielsets_in_order, document base form attributes
2009-07-30, by Sylvain Thénault
[notification view] consider row/col
2009-07-30, by Sylvain Thénault
oops, this is a method
stable
2009-07-30, by Sylvain Thénault
[repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration
stable
2009-07-30, by Sylvain Thénault
no rset hooks should have empty rset now
stable
2009-07-30, by Sylvain Thénault
d-t-w
2009-07-30, by Sylvain Thénault
avoid execution of queries which are known to be wrong by letting error propagates
2009-07-29, by Sylvain Thénault
missing db-port option to source's option definitions
stable
2009-07-29, by Sylvain Thénault
make notification views working with no rset
2009-07-29, by Sylvain Thénault
[F plot] make jquery plots accept a fourth column that specifies a date format for tooltips
2009-07-29, by Adrien Di Mascio
merge
2009-07-29, by Sylvain Thénault
[doc] #120075 quickstart (was proposed structure)
2009-07-29, by Nicolas Chauvat
[F xhml] use a class to avoid duplicated ids when editing several entities at once
2009-07-29, by Sylvain Thénault
merge
2009-07-29, by Sylvain Thénault
[R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
2009-07-29, by Sylvain Thénault
move test on force-html-content-type to xhtml_browser method
2009-07-29, by Sylvain Thénault
make it easy to change response of FormValidatorController
2009-07-28, by Florent
fix tabindex starting at 0
2009-07-07, by Florent
fix html headers for forced html content type : main template and json controller
2009-07-28, by Fabrice
make jsvars declaration xhtml and html compatible
2009-07-28, by Fabrice
merge
2009-07-28, by Florent
add force-html-content-type config boolean variable
2009-07-21, by Florent
[F bw compat] warn if entities.pot exists but consider it anyway
2009-07-29, by Sylvain Thénault
[F xhtml] avoid duplicated id
2009-07-29, by Sylvain Thénault
[R forms] use a subfields(form) method to get a chance to adapt to context
2009-07-29, by Sylvain Thénault
[cleanup] no more needed, marked as i18n string by yams
2009-07-29, by Sylvain Thénault
[doc] fix FAQ layout
2009-07-29, by Nicolas Chauvat
[doc] more improvements
2009-07-28, by Nicolas Chauvat
[doc] replace code-block with sourcecode
2009-07-28, by Nicolas Chauvat
[doc] fixed some dangling internal links
2009-07-28, by Nicolas Chauvat
[doc] fix problem with layout, thanks to Sandrine
2009-07-28, by Nicolas Chauvat
merge
2009-07-28, by Nicolas Chauvat
merge
2009-07-16, by Sandrine Ribeau
Missing xml_escape import.
2009-07-16, by Sandrine Ribeau
[doc] some more rewriting
2009-07-28, by Nicolas Chauvat
backport stable branch changesets
2009-07-28, by Adrien Di Mascio
[javascript] fix IFRAME implementation and make it work in IE 6/7 + FF3 with text/html served pages
stable
2009-07-28, by Adrien Di Mascio
[doc] #306434: say a word about optimization
2009-07-28, by Nicolas Chauvat
[doc] a bit of rewriting
2009-07-28, by Nicolas Chauvat
[i18n] #344832: rename entities.pot
2009-07-28, by Nicolas Chauvat
[doc] #342929: bad migration command in overview
2009-07-28, by Nicolas Chauvat
[cleanup] improve dialog message consistency
2009-07-28, by Nicolas Chauvat
[cleanup] nicer imports
2009-07-28, by Nicolas Chauvat
bad merge?
2009-07-28, by Sylvain Thénault
make fyzz/spa2rql a recommends only
2009-07-28, by Sylvain Thénault
remove debug print
2009-07-28, by Sylvain Thénault
per cube message
2009-07-28, by Sylvain Thénault
we've to call cleanup_sys_modules manually for proper schema modules cleanup
2009-07-28, by Sylvain Thénault
merge
2009-07-27, by Sylvain Thénault
#344787: add options to idownloadable
2009-07-27, by Nicolas Chauvat
some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
2009-07-27, by Sylvain Thénault
widget.render now takes the renderer as third argument (keeping minimal bw compat)
2009-07-27, by Sylvain Thénault
take care to None labels
2009-07-27, by Sylvain Thénault
new fieldset attribute on field, use to group fields by the default form renderer
2009-07-27, by Sylvain Thénault
nicer checkbox widget implementation, avoid extra <br/> at the end
2009-07-27, by Sylvain Thénault
allow vocabulary functions to return either label/value or label/value/dict (to use as attributes of the tag for this input)
2009-07-27, by Sylvain Thénault
select attributes should be escaped
2009-07-27, by Sylvain Thénault
extract function: sgml_attributes
2009-07-27, by Sylvain Thénault
meta is gone away
2009-07-27, by Sylvain Thénault
[selectors] change specified_etype_implements: kwargs prevails on req.form
2009-07-27, by Adrien Di Mascio
merge
2009-07-27, by Sylvain Thénault
[cleanup] started to improve cubicweb-ctl dialog messages consistency
2009-07-27, by Adrien Di Mascio
merge
2009-07-27, by Adrien Di Mascio
[sqlutils] fix stupid typo
2009-07-26, by Adrien Di Mascio
should not specify attrcategories here
2009-07-27, by Sylvain Thénault
rewrite .sql / .rel files, drop unnecessary entity types, explicit imports
2009-07-27, by Sylvain Thénault
don't check versions on db-restore
2009-07-27, by Sylvain Thénault
#343714: Enable workflow transition comments editing
2009-07-24, by Sylvain Thénault
fix some default autoform_section
2009-07-24, by Sylvain Thénault
some reledit fixes: actually needs metadata in form's attrcategories, check autoform_section for attributes (XXX need check for relation), no <not specified> visible when attribute isn't editable
2009-07-24, by Sylvain Thénault
explicit imports
2009-07-24, by Sylvain Thénault
document
2009-07-24, by Sylvain Thénault
test and fix wf history security
2009-07-24, by Sylvain Thénault
use an actual state name, not a transition name
2009-07-24, by Sylvain Thénault
missing import
2009-07-24, by Sylvain Thénault
missing import
2009-07-24, by Sylvain Thénault
boulet...
2009-07-24, by Sylvain Thénault
#343624: access to ORM and views outside web engine
2009-07-24, by Sylvain Thénault
#343839: update entity's modification date after changing its state
2009-07-24, by Sylvain Thénault
merge
2009-07-24, by Sylvain Thénault
major refactoring of database dump/restore:
2009-07-24, by Sylvain Thénault
should check for every system hooks, not only server_startup
2009-07-24, by Sylvain Thénault
typo
2009-07-24, by Aurelien Campeas
[reledit] do NOT peruse the likely ?vid=edition part
2009-07-24, by Aurelien Campeas
#344772: instance backups should be done in instance_data_dir
2009-07-24, by Sylvain Thénault
should be enough. Nicer isn't it?
2009-07-24, by Sylvain Thénault
mkstemp return a 2-uple
2009-07-24, by Sylvain Thénault
merge
2009-07-24, by Sylvain Thénault
merge
2009-07-24, by Aurelien Campeas
[reledit] a nicer icon
2009-07-24, by Aurelien Campeas
[reledit] backport stable fixes
2009-07-24, by Aurelien Campeas
[reledit] attributes : have a laning zone after all (less intrusive), fix likely bug of relation edition
stable
2009-07-24, by Aurelien Campeas
take care to migration w/ X.Y.Z_Any.py / X.Y.Z_common.py
2009-07-24, by Sylvain Thénault
take care of sources with no write support (eg ldapuser)
2009-07-24, by Sylvain Thénault
fix versions_map doc
2009-07-24, by Sylvain Thénault
migrate option
2009-07-24, by Sylvain Thénault
application -> instance where it makes sense
2009-07-24, by Sylvain Thénault
application -> instance where it makes sense
2009-07-24, by Sylvain Thénault
unused (unusable actually)
2009-07-24, by Sylvain Thénault
fix/enhance baseview doc
2009-07-24, by Sylvain Thénault
new distinguish repairing/creating from regular start.
2009-07-24, by Sylvain Thénault
fix syntax/import errors & adapted list base class
2009-07-24, by Sylvain Thénault
begin to drop ref to secondary view
2009-07-24, by Sylvain Thénault
cleanup
2009-07-24, by Sylvain Thénault
new adaptedlist view
2009-07-24, by Sylvain Thénault
move all view.url() logic in a single implementation
2009-07-24, by Sylvain Thénault
don't fail on unknown eid, simply issue a warning
2009-07-24, by Sylvain Thénault
[server] take a chance to grab base-url from all-in-one config if not specified explicitly
2009-07-24, by Adrien Di Mascio
hide cwuri from web forms
2009-07-24, by Adrien Di Mascio
usage of '**' is deprecated in RelationType declaration, use '*' instead
2009-07-24, by Adrien Di Mascio
add migration script for the new cwuri metadata attribute
2009-07-24, by Adrien Di Mascio
fix indentation problems in bootstrap_migration (use 4 spaces instead of 3)
2009-07-24, by Adrien Di Mascio
fix mkstemp() usage in migration commands
2009-07-24, by Adrien Di Mascio
fix a couple NameErrors
2009-07-23, by Aurelien Campeas
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
2009-07-23, by Sylvain Thénault
backport stable branch into default
2009-07-23, by Adrien Di Mascio
merge
2009-07-23, by Adrien Di Mascio
new cwuri metadata + a few tests fixes on the way
2009-07-23, by Adrien Di Mascio
[tests] fixes (including two operations renaming)
2009-07-23, by Adrien Di Mascio
add simple tests for standard metadata hooks
2009-07-23, by Adrien Di Mascio
[tests] remove some other 'meta' relation usage in tests
2009-07-23, by Adrien Di Mascio
fix SystemHook declaration, accepts=('',) doesn't mean anything
2009-07-23, by Adrien Di Mascio
merge
2009-07-23, by Nicolas Chauvat
add list of cubes included in the standard library
2009-07-23, by Nicolas Chauvat
#344747: add env var CW_MODE
2009-07-23, by Nicolas Chauvat
merge
2009-07-23, by Sylvain Thénault
fix schemaserial tests: meta doesn't exist anymore
2009-07-23, by Adrien Di Mascio
[refactor] #342855: replace uses of (deprecated) mktemp
2009-07-23, by Nicolas Chauvat
rename environment variables
2009-07-23, by Nicolas Chauvat
[cleanup] fix typo
2009-07-23, by Nicolas Chauvat
#343093: display workflow
2009-07-23, by Nicolas Chauvat
[cleanup] fix tests
2009-07-23, by Nicolas Chauvat
merge
2009-07-23, by Nicolas Chauvat
#343227: display the workflow history of any entity
2009-07-23, by Nicolas Chauvat
[cleanup] fix tests
2009-07-23, by Nicolas Chauvat
[cleanup] fix deprecation warnings
2009-07-23, by Nicolas Chauvat
cleanup
2009-07-23, by Sylvain Thénault
move all schema related views where they belong (eg not startup), fix schema graph views
2009-07-23, by Sylvain Thénault
sparql: support for literal restriction
2009-07-23, by Sylvain Thénault
add sameAs support in cubicweb standard schema
2009-07-23, by Adrien Di Mascio
#197873: quick access to info for bug report
2009-07-23, by Nicolas Chauvat
[stdlib] list of cubes included in the cubes standard library
stable
2009-07-23, by Nicolas Chauvat
sparql support for limit/offset/orderby
2009-07-23, by Sylvain Thénault
cleanup/document/refactor
2009-07-23, by Sylvain Thénault
python-lxml is now a real dependency
2009-07-23, by Adrien Di Mascio
use space as separator, dot may be found in xml ns
2009-07-22, by Sylvain Thénault
distinct / reduced support
2009-07-22, by Sylvain Thénault
possibility to choose results format, set a nicer file name on sparqlxml view
2009-07-22, by Sylvain Thénault
use space as separator, dot may be found in xml ns
2009-07-22, by Sylvain Thénault
simple implementation of sparql XML resultset view
2009-07-22, by Adrien Di Mascio
merge
2009-07-22, by Sylvain Thénault
quick and dirty support from simple sparql queries + base ui
2009-07-22, by Sylvain Thénault
does not make sense any more
2009-07-22, by Aurelien Campeas
a note about branches
2009-07-22, by Aurelien Campeas
add classifiers
stable
2009-07-22, by Arthur Lutz
optional rset
2009-07-22, by Sylvain Thénault
should ensure lgc is configured to not use mx to avoid error if backend module is missing mx support
2009-07-22, by Sylvain Thénault
merge
stable
2009-07-21, by Sylvain Thénault
Added tag cubicweb-debian-version-3.3.4-1 for changeset 7dc22caa7640
stable
2009-07-21, by Sylvain Thénault
Added tag cubicweb-version-3.3.4 for changeset d46363eac5d7
stable
cubicweb-debian-version-3.3.4-1
2009-07-21, by Sylvain Thénault
properly remove tests from packages
stable
2009-07-21, by Sylvain Thénault
more test location fixes
stable
cubicweb-version-3.3.4
2009-07-21, by Sylvain Thénault
don't remove devtools test, properly move etwist tests
stable
2009-07-21, by Sylvain Thénault
update lgc dependency
stable
2009-07-21, by Sylvain Thénault
has been renamed
stable
2009-07-21, by Sylvain Thénault
properly(?) remove test from standard packages
stable
2009-07-21, by Sylvain Thénault
copy test to cubicweb-dev
stable
2009-07-21, by Sylvain Thénault
3.3.4
stable
2009-07-21, by Sylvain Thénault
merge
stable
2009-07-21, by Sylvain Thénault
remove with statement
stable
2009-07-21, by Aurelien Campeas
fix typo, remove debug
stable
2009-07-21, by Sylvain Thénault
strange, how does it work by computing maxrelated once everything is done ?
2009-07-21, by Sylvain Thénault
[views] epropertiesform renamed propertiesform
stable
2009-07-21, by Nicolas Chauvat
[primary] restore render_entity, as it is a bit too much work to update everything accordingly
2009-07-21, by Aurelien Campeas
a standard-conformant fix for sgml_tags
2009-07-21, by Aurelien Campeas
a standard-conformant fix for sgml_tags
stable
2009-07-21, by Aurelien Campeas
[shell] move toolsutils.confirm() to logilab.common.shellutils
stable
2009-07-21, by Nicolas Chauvat
[cw-ctl] improve dialog messages
stable
2009-07-19, by Nicolas Chauvat
[cw-ctl] improve dialog messages
stable
2009-07-18, by Nicolas Chauvat
[cw-ctl] improve dialog messages
stable
2009-07-18, by Nicolas Chauvat
[doc] add list of dependencies in appendix
stable
2009-07-18, by Nicolas Chauvat
[reledit] backport default branch fix
stable
2009-07-17, by Aurelien Campeas
[treeview] nicer cookie name
2009-07-17, by Aurelien Campeas
[reledit] looks better on the left
2009-07-17, by Aurelien Campeas
[reledit] separate value from landing zone
2009-07-17, by Aurelien Campeas
[api] update dbapi.connect() calls to match new prototype (user parameter is now named login)
stable
2009-07-17, by Adrien Di Mascio
[views] fix some crashers (schema still does not render properly, might be yams side)
2009-07-16, by Aurelien Campeas
[tabs] backport entity-less support for tabs
2009-07-16, by Aurelien Campeas
[js] shrink htmlhelpers, extract massmailing functionality, jslint
2009-07-16, by Aurelien Campeas
[primary] cleanup, render_entity -> cell_call
2009-07-16, by Aurelien Campeas
shrink a bit the tabs
2009-07-16, by Aurelien Campeas
[reledit] simplify a bit more
stable
2009-07-16, by Aurelien Campeas
backport stable branch
2009-07-16, by Aurelien Campeas
[reledit] restore primaryview_display_ctrl usage by default in reledit (including bugfix over last implementation)
stable
2009-07-16, by Adrien Di Mascio
[web] cubicweb.widgets.js was missing in treeview
stable
2009-07-15, by Nicolas Chauvat
*gasp*
stable
2009-07-15, by Aurelien Campeas
[tests] follow common.tags change
stable
2009-07-15, by Aurelien Campeas
[reledit] remove buggy check, postpone functionnality to 344615
stable
2009-07-15, by Aurelien Campeas
please html (non-xhtml) browsers # close 344205
stable
2009-07-15, by Aurelien Campeas
[schema] fix yams' add_relation monkeypatching
2009-07-15, by Adrien Di Mascio
merge
stable
2009-07-10, by Sylvain Thénault
a warning for attemps to reledit the wrong side of a composite
stable
2009-07-10, by Aurelien Campeas
[reledit] simplify, fixing #344545
stable
2009-07-10, by Aurelien Campeas
consider primaryview_display_ctrl in reledit, XXX should split into reledit / autoreledit
stable
2009-07-10, by Sylvain Thénault
new RelationTagsDict class, use it in uicfg where necessary
stable
2009-07-10, by Sylvain Thénault
use msgid, update i18n
stable
2009-07-10, by Sylvain Thénault
[skeleton] the new implementation of data_files will never raise a OSError
stable
2009-07-10, by Adrien Di Mascio
[formwidgets] let the textarea height be dependant on the actual content (up to a limit)
stable
2009-07-09, by Aurelien Campeas
[reledit] allow composite edition if the composite is object
stable
2009-07-09, by Aurelien Campeas
[js] small cleanup
stable
2009-07-09, by Aurelien Campeas
[js] lint
stable
2009-07-09, by Aurelien Campeas
oops
stable
2009-07-09, by Aurelien Campeas
[reledit] do NOT propose to edit composite-related entities (unlinking would destroy the other side)
stable
2009-07-09, by Aurelien Campeas
[formwidgets,formfields] hum, this way
stable
2009-07-09, by Aurelien Campeas
merge
stable
2009-07-09, by Sylvain Thénault
merge
stable
2009-07-09, by Aurelien Campeas
[htmlhelpers] notes about seemingly unused functions (remove for cw 3.4 ?), cleanup a bit
stable
2009-07-09, by Aurelien Campeas
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)
stable
2009-07-09, by Aurelien Campeas
for some reason, use of an anonymous function makes things more readable
stable
2009-07-09, by Aurelien Campeas
ability to map attributes to something else than usual cw mapping on sql generation
stable
2009-07-09, by Sylvain Thénault
fix regression w/ NOT symetric relation (distinct not needed)
stable
2009-07-09, by Sylvain Thénault
handle attribute selection on variable selected using MAX()
stable
2009-07-09, by Sylvain Thénault
don't use internal address
stable
2009-07-09, by Sylvain Thénault
added some assertion on expected hooks class attributes
stable
2009-07-09, by Sylvain Thénault
rewrite test schema using a single schema file
stable
2009-07-09, by Sylvain Thénault
[formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547)
stable
2009-07-09, by Aurelien Campeas
oops
stable
2009-07-09, by Aurelien Campeas
[tests] make tests conform to new input/text size and manxlength
stable
2009-07-09, by Aurelien Campeas
[reledit] there is nothing to escape, also cleanup lzone for attributes
stable
2009-07-09, by Aurelien Campeas
[formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538)
stable
2009-07-09, by Aurelien Campeas
[tests] needs repair
stable
2009-07-09, by Aurelien Campeas
do nothing if the clicked facet has facetValueDisabled class; do not move facet when cubicweb:idx == 0
stable
2009-07-09, by Katia Saurfelt
merge
stable
2009-07-09, by Adrien Di Mascio
optimize rql for ETypeFacet possible_values
stable
2009-07-08, by Katia Saurfelt
merge
stable
2009-07-08, by Katia Saurfelt
call postAjaxLoad in reloadComponent; add corners only on reloaded elements
stable
2009-07-08, by Katia Saurfelt
select right possible_values for ETypeFacet
stable
2009-07-08, by Katia Saurfelt
[reledit] left in by accident
stable
2009-07-08, by Aurelien Campeas
[reledit] fix reload type (was a string), use simple clicks instead of doubles
stable
2009-07-08, by Aurelien Campeas
[reledit] reload support for relations
stable
2009-07-08, by Aurelien Campeas
[reledit] landing zone useful only for relations; cleanup
stable
2009-07-08, by Aurelien Campeas
[reledit] try to be smart at getting a good default vid for relations, factor computing cardinality from reledit and formfields
stable
2009-07-08, by Aurelien Campeas
[reledit] do not strip values (we should not make judgements about field contents ...)
stable
2009-07-08, by Aurelien Campeas
[reledit] have a link-free landing zone for mouse-clicks (closes #343544)
stable
2009-07-08, by Aurelien Campeas
[reledit] small cleanup and add escape param to control xml_escapability of the value, also rename vid arg which clashes with entity.view(...) args
stable
2009-07-08, by Aurelien Campeas
[reledit] use guess_field, thus fixing select widget lacking a multiple attr. in case of * cardinality
stable
2009-07-08, by Aurelien Campeas
[reledit] onsubmit event is not common to both cases, move from class
stable
2009-07-08, by Aurelien Campeas
merge
stable
2009-07-08, by Adrien Di Mascio
[cleaning] minor cleaning over last two checkins
stable
2009-07-08, by Adrien Di Mascio
# set right alt values, fix disapearing values in facetCheckBox
stable
2009-07-08, by Katia Saurfelt
test self.bkLinkBox_template
stable
2009-07-07, by Katia Saurfelt
merge
2009-07-08, by Sylvain Thénault
redo sand noticed byg into the stable branch
stable
2009-07-08, by Sylvain Thénault
remark
stable
2009-07-08, by Sylvain Thénault
typo, no error if thread isn't in running set
stable
2009-07-08, by Sylvain Thénault
Fix shell script execution command.
2009-07-07, by Sandrine Ribeau
typo
2009-07-07, by Sylvain Thénault
added entry about bad user account
2009-07-07, by Arthur Lutz
no link to created entity when no message is set
stable
2009-07-07, by Sylvain Thénault
fix #344457
stable
2009-07-07, by Sylvain Thénault
fix import
stable
2009-07-07, by Sylvain Thénault
use xml_escape
stable
2009-07-07, by Sylvain Thénault
actually close #344401 by removing unprintable characters
stable
2009-07-07, by Sylvain Thénault
oops, needs the cursor
stable
2009-07-07, by Sylvain Thénault
merge
stable
2009-07-07, by Sylvain Thénault
typos, cleanup, lighter traced seletion output
stable
2009-07-07, by Aurelien Campeas
fix documentation build
stable
2009-07-07, by Julien Jehannet
give session to doexec so it's able to rollback the connection on unexpected error
stable
2009-07-07, by Sylvain Thénault
import display_name
stable
2009-07-07, by Sylvain Thénault
name rset argument
2009-07-07, by Sylvain Thénault
import display_name
2009-07-07, by Sylvain Thénault
fix stacklevel
2009-07-07, by Sylvain Thénault
obsolete implicit context
2009-07-07, by Sylvain Thénault
meta has been drop
2009-07-07, by Sylvain Thénault
meta has been dropped
2009-07-07, by Sylvain Thénault
nicer api to test sent email
2009-07-07, by Sylvain Thénault
missing imports
2009-07-07, by Sylvain Thénault
fix wrong merge
2009-07-07, by Sylvain Thénault
fix name error
2009-07-07, by Sylvain Thénault
Fix parameter for controller selection.
2009-07-06, by Sandrine Ribeau
backport stable branch
2009-07-06, by Sylvain Thénault
Added tag cubicweb-debian-version-3_3_3-2 for changeset 2ba27ce8ecd9
stable
2009-07-06, by Sylvain Thénault
Added tag cubicweb-version-3_3_3 for changeset 47b5236774a0
stable
cubicweb-debian-version-3_3_3-2
2009-07-06, by Sylvain Thénault
merge
stable
cubicweb-version-3_3_3
2009-07-06, by Sylvain Thénault
Added tag cubicweb-debian-version-3_3_3-1 for changeset 81973c897c9e
stable
2009-07-06, by Sylvain Thénault
Added tag cubicweb-version-3_3_3 for changeset 1cf9e44e2f1f
stable
cubicweb-debian-version-3_3_3-1
2009-07-06, by Sylvain Thénault
3.3.3-2
stable
2009-07-06, by Sylvain Thénault
comment out with_statement to avoid broken install if 2.4 is installed
stable
2009-07-06, by Sylvain Thénault
3.3.3
stable
2009-07-06, by Sylvain Thénault
merge
stable
2009-07-06, by Sylvain Thénault
cleanup
stable
2009-07-06, by Sylvain Thénault
[i18n] update spanish translation
stable
2009-07-06, by Nicolas Chauvat
merge
stable
2009-07-06, by Nicolas Chauvat
[doc] improvements
stable
2009-07-06, by Nicolas Chauvat
[doc] improve description of core concepts
stable
2009-07-02, by Nicolas Chauvat
i18n update
stable
2009-07-06, by Sylvain Thénault
final facets is fine with relation type as well
stable
2009-07-06, by Sylvain Thénault
kill meta facet
stable
2009-07-06, by Sylvain Thénault
fix #344387, remember upgraded version step by step
stable
2009-07-06, by Sylvain Thénault
use case_insensitive_etypes to normalize entity types coming from req.form
stable
2009-07-06, by Sylvain Thénault
new case_insensitive_etypes resource on the cubicweb registry
stable
2009-07-06, by Sylvain Thénault
no tb for RequestError
stable
2009-07-06, by Sylvain Thénault
avoid additional tb in logs when we can't connect to the external source
stable
2009-07-06, by Sylvain Thénault
should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks)
stable
2009-07-06, by Sylvain Thénault
renamed arg
stable
2009-07-06, by Sylvain Thénault
euser->cwuser
stable
2009-07-06, by Sylvain Thénault
move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side
stable
2009-07-06, by Sylvain Thénault
rename user to login where this is not a user object
stable
2009-07-06, by Sylvain Thénault
add import to remove deprecation warning
stable
2009-07-06, by Sylvain Thénault
cleanup
stable
2009-07-03, by Aurelien Campeas
accept a __template parameter that specifies a different (main) template
stable
2009-07-03, by Aurelien Campeas
merge
stable
2009-07-03, by Sylvain Thénault
merge
stable
2009-07-03, by Katia Saurfelt
split FilterBox call function
stable
2009-07-03, by Katia Saurfelt
cleanup
stable
2009-07-03, by Sylvain Thénault
when request is a json request, bind on 'ajax-loaded' instead of document.ready()
stable
2009-07-03, by Sylvain Thénault
fix w/ tags without src/href
stable
2009-07-03, by Sylvain Thénault
no more true since a while
stable
2009-07-03, by Sylvain Thénault
more generic way to detect json requests (not yet perfect though)
stable
2009-07-03, by Sylvain Thénault
fix match_form_params according to docstring
stable
2009-07-03, by Sylvain Thénault
merge
stable
2009-07-03, by Sylvain Thénault
cleanup
stable
2009-07-03, by Sylvain Thénault
fix tests to avoid schema copy, pytest unittest_migration.py OK
stable
2009-07-03, by Sylvain Thénault
fix for schema/eid index
stable
2009-07-03, by Sylvain Thénault
[css] clean up a bit
stable
2009-07-02, by Aurelien Campeas
try to create fti table if not existant on rebuild-fti
stable
2009-07-02, by Sylvain Thénault
use a counter of displayed inlined forms
stable
2009-07-02, by Sylvain Thénault
remove error class from fields as well
stable
2009-07-02, by Sylvain Thénault
new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language
stable
2009-07-02, by Sylvain Thénault
missing import
stable
2009-07-02, by Sylvain Thénault
no upper case in the original message
stable
2009-07-02, by Sylvain Thénault
translate not found fields, also clear global errors
stable
2009-07-02, by Sylvain Thénault
translate schema types
stable
2009-07-02, by Sylvain Thénault
factorize form validation code, fix pb with validation error in inlined forms during creation
stable
2009-07-02, by Sylvain Thénault
add note about logilab key file / apt-get
stable
2009-07-02, by Sylvain Thénault
merge
stable
2009-07-02, by Aurelien Campeas
[primary] fix #344249
stable
2009-07-02, by Aurelien Campeas
remove padding on sideBoxTitle
stable
2009-07-02, by Katia Saurfelt
oops
2009-07-02, by Sylvain Thénault
backport stable
2009-07-02, by Sylvain Thénault
merge
stable
2009-07-02, by Sylvain Thénault
#344266 [cubicweb-forge]: fix buggy boxes css style
stable
2009-07-02, by Katia Saurfelt
won't get anything useful like this (currently, list of constraint's eids), should use a custom table view (later...)
stable
2009-07-02, by Sylvain Thénault
safetpe belt
stable
2009-07-02, by Sylvain Thénault
destination_state should be mandatory
stable
2009-07-02, by Sylvain Thénault
some enhancements: link to relation/target type, remove to be deprecated meta, one table for subject relations, another for object relations
stable
2009-07-02, by Sylvain Thénault
hide final etype, don't display meta since it will soon disappear (eg in 3.4)
stable
2009-07-02, by Sylvain Thénault
allow to specify mainindex
stable
2009-07-02, by Sylvain Thénault
cleanup
stable
2009-07-01, by Sylvain Thénault
fix #344046 and #344322: check relation permission, set to default when edition allowed and no value (for final *and* non final relations)
stable
2009-07-01, by Sylvain Thénault
close #343467, no sources sections in site properties
stable
2009-07-01, by Sylvain Thénault
[schema] fix Entity.add_relation(RichString(...)...)
stable
2009-07-01, by Aurelien Campeas
create sendmails method on cwconfig, use it in SendMailOp
stable
2009-07-01, by Sylvain Thénault
add __file__ to context before loading site_cubicweb.py
stable
2009-07-01, by Sylvain Thénault
protect against empty etypes
stable
2009-07-01, by Sylvain Thénault
cleanup
stable
2009-07-01, by Sylvain Thénault
explicit display_name import
stable
2009-07-01, by Sylvain Thénault
[treeview] fix condition
stable
2009-07-01, by Aurelien Campeas
by popular demand, let us setle on needs_xxx
stable
2009-07-01, by Aurelien Campeas
[facets] slightly better attr names
stable
2009-07-01, by Aurelien Campeas
merge
stable
2009-07-01, by Katia Saurfelt
add padding on sideBoxTitles
stable
2009-07-01, by Katia Saurfelt
#344266 cubicweb-forge : remove top padding on side boxes
stable
2009-07-01, by Katia Saurfelt
make js, css class variables
stable
2009-06-29, by Katia Saurfelt
[treeview] avoid potential interference with subvid param from form
2009-06-29, by Aurelien Campeas
normalize line breaks (actually fix https://www.logilab.net/cwo/ticket/343754)
stable
2009-06-30, by Sylvain Thénault
fix translate argument
stable
2009-06-30, by Sylvain Thénault
columns_labels is an AnyRsetView method...
stable
2009-06-30, by Sylvain Thénault
tr is now the second argument
stable
2009-06-30, by Sylvain Thénault
use column_labels instead of rqlst.get_description
stable
2009-06-30, by Sylvain Thénault
update to new rql get_description api
stable
2009-06-30, by Sylvain Thénault
link to created entity when redirected to another page
stable
2009-06-30, by Sylvain Thénault
deprecate display_name from builtin, ask for explicit import
stable
2009-06-30, by Sylvain Thénault
test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...)
stable
2009-06-29, by Sylvain Thénault
fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT
stable
2009-06-29, by Sylvain Thénault
close #344264, pb with composite fields / renderer.display_fields
stable
2009-06-29, by Sylvain Thénault
cleanup
stable
2009-06-29, by Sylvain Thénault
vocabulary method (eg field.choices) should now take the form instance as argument
stable
2009-06-29, by Sylvain Thénault
update calls to a deprecated method
stable
2009-06-29, by Sylvain Thénault
merge
stable
2009-06-29, by Adrien Di Mascio
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
stable
2009-06-29, by Adrien Di Mascio
[repository] do not rollback when freeing pool. This shouldn't be necessary and brings a not-so-small overhead when the page makes a lot of queries
stable
2009-06-29, by Adrien Di Mascio
[rtags] override tag_xxx_of() methods in DisplayCtrlRelationTags to make sure a wildcard is used
stable
2009-06-29, by Adrien Di Mascio
doomed myself, merge
stable
2009-06-29, by Sylvain Thénault
don't use reledit for composite relations
stable
2009-06-29, by Sylvain Thénault
* deprecate session.entity method
stable
2009-06-29, by Sylvain Thénault
likely typo
2009-06-29, by Aurelien Campeas
typo
2009-06-29, by Sylvain Thénault
merge
2009-06-29, by Sylvain Thénault
typo
2009-06-29, by Aurelien Campeas
RelationFileReader is dead
2009-06-29, by Sylvain Thénault
mark session.entity method as obsolete
stable
2009-06-27, by Sylvain Thénault
backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
2009-06-27, by Sylvain Thénault
one more test (see mrambourg error report. We should ensure the previous fix fix his case as well which include security injection of the rql)
stable
2009-06-27, by Sylvain Thénault
merge
stable
2009-06-26, by Sylvain Thénault
fake unsafe_execute
stable
2009-06-26, by Sylvain Thénault
ooops
stable
2009-06-26, by Aurelien Campeas
merge
stable
2009-06-26, by Nicolas Chauvat
[doc] improvements
stable
2009-06-26, by Nicolas Chauvat
[doc] merge and a couple corrections
stable
2009-06-25, by Nicolas Chauvat
[doc] improvements
stable
2009-06-25, by Nicolas Chauvat
delete-trailing-whitespace
stable
2009-06-19, by Nicolas Chauvat
work around the risk of catching an unrelated TypeError
stable
2009-06-26, by Aurelien Campeas
fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself
stable
2009-06-26, by Sylvain Thénault
fckeditor may be a subdirectory of the data directory
stable
2009-06-26, by Sylvain Thénault
merge
stable
2009-06-25, by Sylvain Thénault
Added tag cubicweb-debian-version-3_3_2-1 for changeset bef5e74e53f9
stable
2009-06-25, by Sylvain Thénault
Added tag cubicweb-version-3_3_2 for changeset e3aeb6e6c3bb
stable
cubicweb-debian-version-3_3_2-1
2009-06-25, by Sylvain Thénault
#344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source
stable
2009-06-25, by Sylvain Thénault
fix email address'mailto view
stable
cubicweb-version-3_3_2
2009-06-25, by Sylvain Thénault
3.3.2
stable
2009-06-25, by Sylvain Thénault
reindent, fix obscur perf pb w/ ff 3.0.11 by performing search on the form instead of the whole document
stable
2009-06-24, by Sylvain Thénault
prepare time where it won't be mandatory to give rset to select()
stable
2009-06-24, by Sylvain Thénault
merge
stable
2009-06-24, by Sylvain Thénault
move up
stable
2009-06-24, by Sylvain Thénault
d-t-w, cleaner code, add missing css
stable
2009-06-24, by Sylvain Thénault
cleanup
stable
2009-06-24, by Sylvain Thénault
continue to run command on other instances, do not exit
stable
2009-06-24, by Sylvain Thénault
change values in "edits-value" input
stable
2009-06-23, by Katia Saurfelt
[javascript][preferences] fix setCurrentValues to consider all kind of widgets (textarea, select, etc.) not just inputs
stable
2009-06-23, by Adrien Di Mascio
call server_startup hook once pools have been initialized
stable
2009-06-24, by Sylvain Thénault
oops
stable
2009-06-23, by Florent
merge
stable
2009-06-23, by Adrien Di Mascio
typo
stable
2009-06-23, by Aurelien Campeas
fix date rounding issue in DateFacetRangeWidget
stable
2009-06-23, by Florent
do not write -invalid- empty table row when form has no buttons
stable
2009-06-23, by Florent
merge and add missing import in schema.py
stable
2009-06-23, by Sylvain Thénault
edit[s|o] field's value should be formatted as the associated field
stable
2009-06-23, by Sylvain Thénault
add datetime form test
stable
2009-06-23, by Florent
backport stable branch
2009-06-23, by Sylvain Thénault
add form parameter to control display of inlined relation form
stable
2009-06-23, by Sylvain Thénault
include_schema_files is useless
stable
2009-06-23, by Sylvain Thénault
schema should now be importable
2009-06-23, by Sylvain Thénault
update schema definition to avoid deprecation warning with new yams api
2009-06-23, by Sylvain Thénault
merge
stable
2009-06-23, by Aurelien Campeas
Added tag 3.3.1 for changeset a356da3e725b
stable
2009-06-23, by Aurelien Campeas
bump
stable
3.3.1
2009-06-23, by Aurelien Campeas
[idownloadable] use the optional title parameter if specified in the download view
stable
2009-06-23, by Adrien Di Mascio
[interfaces] describe more explicitly what should be implemente in the ICalendarable interface
stable
2009-06-23, by Adrien Di Mascio
merge
stable
2009-06-23, by Adrien Di Mascio
simplify js
stable
2009-06-22, by Katia Saurfelt
move navcontenttop on the top
stable
2009-06-22, by Katia Saurfelt
[views] call autogrow only once per key event
stable
2009-06-22, by Aurelien Campeas
[javascript] provide a simple function to limit textarea size (+minor cosmetic changes)
stable
2009-06-22, by Adrien Di Mascio
use RichString
2009-06-22, by Sylvain Thénault
drop @ wildcard in relation subject/object, override main_attribute for proper behaviour
2009-06-19, by Sylvain Thénault
no more meta attribute on entity and relation type
2009-06-19, by Sylvain Thénault
stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
2009-06-19, by Sylvain Thénault
https://www.logilab.net/cwo/ticket/343724
stable
2009-06-19, by Sylvain Thénault
set removedeps to False by default, raise an exception instead of a simple assertion for error, more remove_cube tests
stable
2009-06-19, by Sylvain Thénault
replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
2009-06-18, by Aurelien Campeas
add removedeps option to remove_cube to control wether a cube's dependencies should be removed as well or not
stable
2009-06-19, by Sylvain Thénault
cleanup
stable
2009-06-19, by Sylvain Thénault
rqlinput should have its default visible property to false
stable
2009-06-19, by Sylvain Thénault
deal with empty site-title
stable
2009-06-19, by Sylvain Thénault
should use time here, not timedelta
stable
2009-06-19, by Sylvain Thénault
fix change_state to allow state as eid/state name/state entity/
stable
2009-06-19, by Sylvain Thénault
d-t-w
stable
2009-06-19, by Sylvain Thénault
add facets.css when form filter is there
stable
2009-06-18, by Sylvain Thénault
one more ms planning bug
stable
2009-06-17, by Aurelien Campeas
merge
stable
2009-06-16, by Sylvain Thénault
[doc] a note on sessions
stable
2009-06-16, by Aurelien Campeas
different message
stable
2009-06-16, by Sylvain Thénault
add comment explaining the pb
stable
2009-06-15, by Sylvain Thénault
when a relation isn't supported by a ms query parts, dereference introduced variable refs
stable
2009-06-15, by Sylvain Thénault
add test and fix for queries where all variables are simplified and come from an external source
stable
2009-06-15, by Sylvain Thénault
add source to sources configuration when adding a cube defining a source
stable
2009-06-15, by Sylvain Thénault
check not using "admin" as uri (reserved)
stable
2009-06-15, by Sylvain Thénault
refactor sources configuration, add source to sources when using a cube defining
stable
2009-06-12, by Sylvain Thénault
change cubes into expanded cubes
stable
2009-06-12, by Sylvain Thénault
make inline relation forms individually renderable
2009-06-11, by Florent
finish to update transaction data api
stable
2009-06-11, by Sylvain Thénault
update transaction data api
stable
2009-06-11, by Sylvain Thénault
simplify transaction data api, reorganize code
stable
2009-06-11, by Sylvain Thénault
[CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date
stable
2009-06-10, by Adrien Di Mascio
[CWCache] fix CWCache validity test
stable
2009-06-10, by Adrien Di Mascio
[javascript] timeline is already bundled, don't try to include dynamically other js files
stable
2009-06-10, by Adrien Di Mascio
cleanup
stable
2009-06-10, by Sylvain Thénault
avoid overriding specified values when guessing field
stable
2009-06-10, by Sylvain Thénault
fix docstring, make Bookmark.title internationalizable for appl level bookmarks
stable
2009-06-10, by Sylvain Thénault
field's help may now be a callable taking the form as argument
stable
2009-06-10, by Sylvain Thénault
[exlog] print clocktime in addition to cputime
stable
2009-06-10, by Adrien Di Mascio
don't set select widget when a vocabulary widget is already specified on the field class
stable
2009-06-10, by Sylvain Thénault
merge
stable
2009-06-10, by Sylvain Thénault
backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation)
stable
2009-06-10, by Florent
Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
2009-06-10, by Fabrice
cleanup
stable
2009-06-10, by Sylvain Thénault
fix TimeField format_prop, use format_single_value directly in render_example
stable
2009-06-10, by Sylvain Thénault
fix #343630 by getting explicitly TextInput widget for String, also instantiate field to get proper widget configuration
stable
2009-06-10, by Sylvain Thénault
optional rset, those prototype could be simplified once bw compat for non named rset will be dropped
2009-06-10, by Sylvain Thénault
add warning when rset isn't a named argument in select()
2009-06-10, by Sylvain Thénault
should call select here
2009-06-10, by Sylvain Thénault
make rset optional
2009-06-10, by Sylvain Thénault
oops, mainform default to True
stable
2009-06-10, by Sylvain Thénault
proper error when fname isn't specified
stable
2009-06-10, by Sylvain Thénault
typo: fix assertion error message in vregistry.py
stable
2009-06-09, by Adrien Di Mascio
nicer message on failure
stable
2009-06-09, by Sylvain Thénault
cleanup
stable
2009-06-09, by Sylvain Thénault
fix bug in multisource planner, w/ inlined relation
stable
2009-06-09, by Sylvain Thénault
enhance BasePlannerTC to ease subclasses definition
stable
2009-06-09, by Sylvain Thénault
fix missing from close when using a var map
stable
2009-06-09, by Sylvain Thénault
deactivate sqlite connection wrapping for unittest_multisources for now
stable
2009-06-09, by Sylvain Thénault
new test for missing from close when using a var map
stable
2009-06-09, by Sylvain Thénault
cleanup
stable
2009-06-09, by Sylvain Thénault
set_debug method on rql2sql test as well
stable
2009-06-09, by Sylvain Thénault
log sql queries in debug mode
stable
2009-06-09, by Sylvain Thénault
need proper logged_user and close method to be usable as native source connection wrapper
stable
2009-06-09, by Sylvain Thénault
cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string
stable
2009-06-09, by Sylvain Thénault
fix unregister to be more error resilient as other unregistering methods + cleanup
stable
2009-06-09, by Sylvain Thénault
properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated
stable
2009-06-08, by Sylvain Thénault
fix [re]set_pool prototype
stable
2009-06-08, by Sylvain Thénault
provide local_add_relation / add_relation
stable
2009-06-08, by Sylvain Thénault
[basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser
stable
2009-06-08, by Adrien Di Mascio
[entities][CWCache] handle classic datetime vs None comparison bug
stable
2009-06-08, by Adrien Di Mascio
absolute_url / build_url refactoring to avoid potential name clash
2009-06-05, by Sylvain Thénault
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-06-05, by Sylvain Thénault
test broken, deprecated module; kill
2009-06-05, by Sylvain Thénault
reminder
stable
2009-06-05, by Sylvain Thénault
oops
stable
2009-06-05, by Sylvain Thénault
fix potential race-condition
stable
2009-06-05, by Sylvain Thénault
change extlite connection handling: connection may not be shared among threads but it's fine to have multiple connections open in several threads (as demonstrated by unittest_extlite)
stable
2009-06-05, by Sylvain Thénault
backport changesets which should have been in stable branch. now *stable is 3.3* and *default is 3.4*
stable
2009-06-05, by Sylvain Thénault
merge
2009-06-05, by Sylvain Thénault
fix submit message handling in entity form
2009-06-05, by Sylvain Thénault
set __maineid in EntityFieldsForm
2009-06-05, by Sylvain Thénault
replace set_error_url/set_dom_id by a single mainform argument
2009-06-05, by Sylvain Thénault
reminder
2009-06-05, by Sylvain Thénault
do not set __domid in sub-forms
2009-06-05, by Florent
add __domid hidden input in forms so that we can validate more than one form per page
2009-06-04, by Florent
alter table in schema serial when a renamed type is detected
2009-06-05, by Sylvain Thénault
typo
2009-06-05, by Sylvain Thénault
Add a note concerning explicit object registering.
2009-06-04, by Sandrine Ribeau
be more precise & helpful
stable
2009-06-04, by Aurelien Campeas
[views] API fix: select_object is a vreg method
stable
2009-06-04, by Adrien Di Mascio
Added tag cubicweb-debian-version-3_3_0-1 for changeset 07214e923e75
2009-06-04, by Nicolas Chauvat
Added tag cubicweb-version-3_3_0 for changeset 2d7d3062ca03
cubicweb-debian-version-3_3_0-1
2009-06-04, by Nicolas Chauvat
prepare 3.3.0
cubicweb-version-3_3_0
2009-06-03, by Nicolas Chauvat
replace jpl with forge in test
2009-06-03, by Nicolas Chauvat
bugfix: extrapath is optional arg for init_registration
2009-06-03, by Nicolas Chauvat
merge with closed branches to remove heads.
2009-06-03, by Nicolas Chauvat
closing 3.1 branch merged into trunk.
3.1
2009-06-03, by Nicolas Chauvat
merge stable branch into default.
2009-06-03, by Nicolas Chauvat
merging branches to close them.
3.1
2009-06-03, by Nicolas Chauvat
merging branches to close them.
3.1
2009-06-03, by Nicolas Chauvat
closing 3.0 branch merged into trunk.
3.0
2009-06-03, by Nicolas Chauvat
closing 3.0 branch merged into trunk.
3.0
2009-06-03, by Nicolas Chauvat
close treeviews-tabs branch by merging with 3.1
3.1
2009-06-03, by Nicolas Chauvat
closing treeview-tabs branch merged into trunk.
treeview-tabs
2009-06-03, by Nicolas Chauvat
fix lookup of files to load when using CW_CUBES_PATH
2009-06-03, by Sylvain Thénault
redo juj's fix in stable branch
stable
2009-06-03, by Sylvain Thénault
close tls-sprint branch
2009-06-03, by Sylvain Thénault
close branch
tls-sprint
2009-06-03, by Sylvain Thénault
merge
2009-06-02, by Sylvain Thénault
[facet] refactor values formatting in RangeFacets
2009-06-02, by Adrien Di Mascio
#343488: SQL error in migration script (depends on a new release of yams and lgc)
2009-06-02, by Sylvain Thénault
watch out, there's some tabs hiding here and there, keep your eyes open ...
2009-05-31, by Adrien Di Mascio
[views] change default tab to text for /schema
2009-05-30, by Nicolas Chauvat
[views] reindent web/facet.py
2009-05-30, by Nicolas Chauvat
merge
2009-05-29, by Adrien Di Mascio
[facet] provide hasRelationFacet (backport from CMHN)
2009-05-29, by Adrien Di Mascio
[facet] duh ? jQuery crashes on facets with only one element. Strange that this is the first time we hit this bug
2009-05-29, by Adrien Di Mascio
[facets] add new unchecked's checkbox image
2009-05-29, by Adrien Di Mascio
merge stable branch into default
2009-05-29, by Nicolas Chauvat
[facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)
2009-05-29, by Adrien Di Mascio
[utils] move datetime2ticks from cw.web.views.plots to cw.utils
2009-05-29, by Adrien Di Mascio
[javascript] provide a strftime method to Date objects
2009-05-29, by Adrien Di Mascio
oops...
stable
2009-05-29, by Sylvain Thénault
we can now use self.req
2009-05-29, by Sylvain Thénault
turn every form class into appobject. They should not be instantiated manually anymore.
2009-05-29, by Sylvain Thénault
tests broken; module deprecated; remove tests
2009-05-29, by Sylvain Thénault
useful to have yes returning 0.5 by default
2009-05-29, by Sylvain Thénault
be stricter on catched exception, fix Time parsing
2009-05-29, by Sylvain Thénault
fix import
2009-05-29, by Florent
do not store req as an attribute of ApacheURLRewrite - fix test
2009-05-29, by Florent
obsolete methods
2009-05-29, by Sylvain Thénault
[views] change schema views: remove view eschema and use tabs for cwetype
2009-05-28, by Nicolas Chauvat
[views] get tabs to work with startup views
2009-05-28, by Nicolas Chauvat
merge
2009-05-28, by Sylvain Thénault
turn renderers into appobjects
2009-05-28, by Sylvain Thénault
col may be None
2009-05-28, by Sylvain Thénault
backport stable branch
2009-05-28, by Adrien Di Mascio
[javascript] fix AJAX user preference validation
stable
2009-05-28, by Adrien Di Mascio
bugfix for plots
2009-05-28, by Nicolas Chauvat
merge stable branch into default
2009-05-28, by Nicolas Chauvat
set default select size to 1 into the widget
2009-05-28, by Sylvain Thénault
if choices is set and widget not explicitly specified, use Select in base field
2009-05-28, by Sylvain Thénault
basic views for python values (eg without any result set)
2009-05-28, by Sylvain Thénault
move widget selection's logic on fields
2009-05-28, by Sylvain Thénault
move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
2009-05-28, by Sylvain Thénault
move parse_datetime on appobject
2009-05-28, by Sylvain Thénault
fix test
2009-05-28, by Sylvain Thénault
not needed, this is the default label
2009-05-28, by Sylvain Thénault
fix #327301: synchronize_schema doesn't update not-null constraint
stable
2009-05-28, by Sylvain Thénault
nicer error message
2009-05-28, by Sylvain Thénault
remove meaningless cards for attributes
2009-05-28, by Sylvain Thénault
fix name of test database template (bad sed during template->cube migration)
2009-05-28, by Sylvain Thénault
big bunch of copyright / docstring update
2009-05-28, by Adrien Di Mascio
[css] emphasize the 'today' cell on omcalendars (+delete-t-w + copyright update)
2009-05-28, by Adrien Di Mascio
Added tag cubicweb-debian-version-3_2_3-1 for changeset 4003d24974f1
stable
2009-05-27, by Aurelien Campeas
Added tag cubicweb-version-3_2_3 for changeset f60bb84b86cf
stable
cubicweb-debian-version-3_2_3-1
2009-05-27, by Aurelien Campeas
bump
stable
cubicweb-version-3_2_3
2009-05-27, by Aurelien Campeas
merge
stable
2009-05-27, by Aurelien Campeas
if textoutofcontext, we need to html escape
stable
2009-05-27, by Aurelien Campeas
backport stable branch
2009-05-27, by Sylvain Thénault
line wrap
stable
2009-05-27, by Sylvain Thénault
components should be visible by default, applmessages components should not be hideable
stable
2009-05-27, by Sylvain Thénault
don't crash if inlined_relation is not defined on the form
stable
2009-05-27, by Sylvain Thénault
stop using autocomplete_initfuncs dict on entity classes
2009-05-27, by Sylvain Thénault
cleanup
stable
2009-05-27, by Sylvain Thénault
need to cleanup values if we don't want them to be interpreted by fields (title is a common field name for instance)
stable
2009-05-27, by Sylvain Thénault
not necessary here, else we see it in the generated input
stable
2009-05-27, by Sylvain Thénault
backport stable branch
2009-05-27, by Sylvain Thénault
Added tag cubicweb-debian-version-3_2_2-1 for changeset 0e07514264aa
stable
2009-05-27, by Nicolas Chauvat
Added tag cubicweb-version-3_2_2 for changeset 9b21e068fef7
stable
cubicweb-debian-version-3_2_2-1
2009-05-27, by Nicolas Chauvat
ready for 3.2.2
stable
cubicweb-version-3_2_2
2009-05-27, by Nicolas Chauvat
Added tag cubicweb-debian-version-3_2_2-1 for changeset 92d1a15f08f7
stable
2009-05-27, by Nicolas Chauvat
Added tag cubicweb-version-3_2_2 for changeset 6539ce84f043
stable
2009-05-27, by Nicolas Chauvat
[views][plot] piechart view now accepts either final or non final entities in the first column
2009-05-27, by Adrien Di Mascio
fix test
stable
2009-05-27, by Sylvain Thénault
cleanup
stable
2009-05-27, by Sylvain Thénault
oops
stable
2009-05-27, by Sylvain Thénault
fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py).
stable
2009-05-27, by Sylvain Thénault
getting a StringIO here was due to lgc.db sqlite adapter bug
stable
2009-05-27, by Sylvain Thénault
reactivate skipped tests due to sqlite bug which is now fixed (sqlite 3.6.13)
stable
2009-05-27, by Sylvain Thénault
test Bytes storage/retreival
stable
2009-05-27, by Sylvain Thénault
cosmetic
stable
2009-05-26, by Sylvain Thénault
test and fix __linkto handling (#343421)
stable
2009-05-26, by Sylvain Thénault
don't use tab
stable
2009-05-26, by Sylvain Thénault
new argument telling if we want text or (text / attrs), keeping bw compat
stable
2009-05-26, by Sylvain Thénault
similar method already exists
stable
2009-05-26, by Sylvain Thénault
fix exception class, simply print warning when calling register_and_replace with an unregistered view
stable
2009-05-26, by Sylvain Thénault
fix generated links
stable
2009-05-26, by Sylvain Thénault
egroup -> cwgroup #343418
stable
2009-05-26, by Aurelien Campeas
fix so that one can edit an entity with a Bytes field without specifying a new file
stable
2009-05-26, by Sylvain Thénault
#343379: disturbing message on upgrade
stable
2009-05-26, by Sylvain Thénault
merge
2009-05-26, by Sylvain Thénault
cosmetic
stable
2009-05-26, by Sylvain Thénault
pass request to ApacheRewriter rewrite method
2009-05-25, by Florent
add helpers to insert new fields in forms
2009-05-25, by Florent
add single input password widget
2009-05-25, by Florent
[facet][RangeFacet] submit facet form when the user stops sliding
2009-05-26, by Adrien Di Mascio
Added tag cubicweb-debian-version-3_2_1-1 for changeset e784f8847a12
stable
2009-05-25, by Aurelien Campeas
Added tag cubicweb-version-3_2_1 for changeset 634c251dd032
stable
cubicweb-debian-version-3_2_1-1
2009-05-25, by Aurelien Campeas
bump
stable
cubicweb-version-3_2_1
2009-05-25, by Aurelien Campeas
merge
stable
2009-05-25, by Aurelien Campeas
Backed out changeset 31843b49188d
stable
2009-05-25, by Aurelien Campeas
merge
stable
2009-05-25, by Aurelien Campeas
Backed out changeset a9db0eb45117
stable
2009-05-25, by Aurelien Campeas
merge
stable
2009-05-25, by Aurelien Campeas
bump
stable
2009-05-25, by Aurelien Campeas
handle speaking to an instance using old entity types
stable
2009-05-25, by Sylvain Thénault
remove buggy debug code
stable
2009-05-25, by Sylvain Thénault
merge
stable
2009-05-25, by Nicolas Chauvat
[packaging] use python-support instead of python-central
stable
2009-05-25, by Nicolas Chauvat
merge
stable
2009-05-25, by Nicolas Chauvat
prepare 3.2.1
stable
2009-05-25, by Nicolas Chauvat
fix etype_class(Any) when multiple sources
stable
2009-05-24, by Nicolas Chauvat
[skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim)
stable
2009-05-25, by Adrien Di Mascio
merge forgotten stable head
stable
2009-05-25, by Aurelien Campeas
with statement: use it or lose it
stable
2009-05-22, by Aurelien Campeas
should reset sqlutils.SQL_PREFIX as well
stable
2009-05-25, by Sylvain Thénault
[server] provide a new reset-admin-pwd command
2009-05-25, by Adrien Di Mascio
make emacs happier
2009-05-25, by Adrien Di Mascio
[server] refactor server.utils.manager_userpasswd
2009-05-25, by Adrien Di Mascio
merge stable branch back into default branch
stable
2009-05-24, by Nicolas Chauvat
favicon cubicweb
stable
2009-05-24, by Nicolas Chauvat
dubious docstring; hard-to-understand function
stable
2009-05-22, by Aurelien Campeas
merge stable branch back into default branch
2009-05-22, by Nicolas Chauvat
[tests] fix test after absolute_url got changed for external entities
stable
2009-05-22, by Nicolas Chauvat
minor refactoring of absolute_url()
stable
2009-05-22, by Nicolas Chauvat
[test] fix test for metainformation now includes base-url
stable
2009-05-22, by Nicolas Chauvat
[test] fix tests after renaming e{user,group} to cw{user,group}
stable
2009-05-22, by Nicolas Chauvat
[tests] fix test after js_edit_field changed signature
stable
2009-05-22, by Nicolas Chauvat
[tests] fix test after eproperties got renamed to cwproperties
stable
2009-05-22, by Nicolas Chauvat
[test] fix test after xhml_wrap changed signature
stable
2009-05-22, by Nicolas Chauvat
[cw-ctl] rename i18n commands (see #342889)
2009-05-22, by Nicolas Chauvat
merge stable branch back into default branch
2009-05-22, by Nicolas Chauvat
work in progress: new 'range facet' usable for numerical values, still lacks the form.submit on mouseUp
2009-05-22, by Adrien Di Mascio
[javascript] include ui.slider.js (jquery plugin). NOTE: we must find a way to deal with multiple jquery plugins
2009-05-22, by Adrien Di Mascio
[javascript] the @attr (xpath) syntax doesn't work anymore with jquery1.3, forget the @
2009-05-22, by Adrien Di Mascio
use jquery1.3 (this might break a few things)
2009-05-21, by Adrien Di Mascio
[views] extract a PieWidget from pie views
2009-05-21, by Adrien Di Mascio
[views][plots] extract the plotting mechanism in an HTMLWidget to make mit more re-usable
2009-05-21, by Adrien Di Mascio
[doc] add faq about reseting password for some user
stable
2009-05-21, by Nicolas Chauvat
merge stable branch back into default branch
2009-05-21, by Nicolas Chauvat
[views] plot with flot and get rid of matplotlib
2009-05-21, by Adrien Di Mascio
[selectors] provide a nicer representation of rql_condition
2009-05-21, by Adrien Di Mascio
[views] add pie chart views with google chart / GChartWrapper
2009-05-20, by Adrien Di Mascio
replace sideRelated with sideBox
stable
2009-05-20, by Nicolas Chauvat
give a title to timeline generic view
stable
2009-05-20, by Nicolas Chauvat
shuting -> shutting
stable
2009-05-20, by Aurelien Campeas
cleanup
stable
2009-05-20, by Sylvain Thénault
fix dc_description format arg
stable
2009-05-20, by Sylvain Thénault
two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received
stable
2009-05-20, by Sylvain Thénault
eproperty -> cwproperty, cleanup
stable
2009-05-20, by Sylvain Thénault
default email relations configuration
stable
2009-05-20, by Sylvain Thénault
anon should not see security management view
stable
2009-05-20, by Sylvain Thénault
cleanup
stable
2009-05-20, by Sylvain Thénault
no rschema attribute on widgets
stable
2009-05-20, by Sylvain Thénault
oops
stable
2009-05-19, by Florent
allow easy arbitrary separator between checkbox/ radio widgets
stable
2009-05-19, by Florent
actually useless
stable
2009-05-19, by Sylvain Thénault
merge
stable
2009-05-19, by Aurelien Campeas
trailing space cleanup, js lint, a small indent for preference sections
stable
2009-05-19, by Aurelien Campeas
should use sql prefix here
stable
2009-05-19, by Sylvain Thénault
update handleFormValidationResponse calls
stable
2009-05-19, by Katia Saurfelt
merge
stable
2009-05-19, by Sylvain Thénault
merge
stable
2009-05-19, by Katia Saurfelt
restore ajax validation cwpreferencies
stable
2009-05-19, by Katia Saurfelt
add onfailure fonction for validateForm, return formid on success
stable
2009-05-19, by Katia Saurfelt
do not use <br> in widgets
stable
2009-05-19, by Katia Saurfelt
#343322: should generate IS NULL in sql w/ None values in substitution
stable
2009-05-19, by Sylvain Thénault
stupido
stable
2009-05-19, by Sylvain Thénault
this is actually needed
stable
2009-05-19, by Sylvain Thénault
nicer error message
stable
2009-05-19, by Sylvain Thénault
connect format field to form_field_format for its initial value
stable
2009-05-19, by Sylvain Thénault
err.entity may only be an eid or None at this point
stable
2009-05-19, by Sylvain Thénault
more faking
stable
2009-05-19, by Sylvain Thénault
restore possibility to have default value methods on forms, this may still be useful according to how the form is defined
stable
2009-05-19, by Sylvain Thénault
stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem
stable
2009-05-19, by Sylvain Thénault
merge
stable
2009-05-18, by Sylvain Thénault
give back onsubmit customizability (oops)
stable
2009-05-18, by Aurelien Campeas
give back onsubmit customizability
stable
2009-05-18, by Aurelien Campeas
should be outside the loop
stable
2009-05-18, by Sylvain Thénault
give a name to rtags instance to ease debugging
stable
2009-05-18, by Sylvain Thénault
fix i18n msgstr
stable
2009-05-18, by Sylvain Thénault
#343256: form redirection stopped working with 3.2
stable
2009-05-18, by Sylvain Thénault
check at connection creation time if we should use EUser or CWUser
stable
2009-05-18, by sylvain thenault
merge
stable
2009-05-18, by sylvain thenault
avoid monkeypatching JsonController in cw, to avoid _potential_ load order problems
stable
2009-05-18, by Aurelien Campeas
#343290: inputs don't use value specified in URL
stable
2009-05-18, by sylvain thenault
add some bw compat code for old rest_path prototype
stable
2009-05-18, by sylvain thenault
fix #343304
stable
2009-05-18, by Aurelien Campeas
test and fix #342997: local eid used for absolute_url of external entities
stable
2009-05-18, by sylvain thenault
oops
stable
2009-05-18, by Aurelien Campeas
work-around for #343301 (display garbage in non xhtml browsers)
stable
2009-05-18, by Aurelien Campeas
merge
stable
2009-05-18, by sylvain thenault
fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints
stable
2009-05-18, by Florent
missing ext/ subpackage in cubicweb-common
stable
2009-05-18, by sylvain thenault
merge
stable
2009-05-18, by sylvain thenault
merge
stable
2009-05-18, by Florent
fix CheckBox multiple dom id and refactor with Radio
tls-sprint
2009-05-14, by Florent
merge
2009-05-18, by sylvain thenault
comment
2009-05-18, by sylvain thenault
avoid SelectAction selection to crash on startup views
stable
2009-05-18, by Adrien Di Mascio
[treeview] really fix #343232
stable
2009-05-15, by Aurelien Campeas
allow the __method() hook to raise a Redirect exception
2009-05-14, by Adrien Di Mascio
[treeview] restore functionnality lost in some previous merge #343232
stable
2009-05-14, by Aurelien Campeas
Added tag cubicweb-debian-version-3_2_0-1 for changeset c9c492787a8a
2009-05-14, by Aurelien Campeas
Added tag cubicweb-version-3_2_0 for changeset c14231e3a4f9
cubicweb-debian-version-3_2_0-1
2009-05-14, by Aurelien Campeas
...
cubicweb-version-3_2_0
2009-05-14, by sylvain thenault
more packaging fixes
2009-05-14, by sylvain thenault
fix packaging
2009-05-14, by sylvain thenault
use wildcard
2009-05-14, by Sylvain
remove 2.5 construction
2009-05-14, by Sylvain
merge
2009-05-14, by sylvain thenault
close branch
25480a710422
2009-05-14, by sylvain thenault
merge
2009-05-14, by sylvain thenault
close branch
894685124c68
2009-05-14, by sylvain thenault
merge
2009-05-14, by sylvain thenault
merge
2009-05-14, by sylvain thenault
close branch
450c435d69b9
2009-05-14, by sylvain thenault
close
1fbeb11a27a3
2009-05-14, by sylvain thenault
merge
2009-05-14, by sylvain thenault
close branch
tls-sprint
2009-05-14, by sylvain thenault
backport tls-sprint
2009-05-14, by sylvain thenault
3.2
tls-sprint
2009-05-14, by sylvain thenault
i18nupdate
tls-sprint
2009-05-14, by sylvain thenault
clear query cache on write
tls-sprint
2009-05-14, by sylvain thenault
skip RawDynamicComboBoxWidget
tls-sprint
2009-05-14, by sylvain thenault
let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary
tls-sprint
2009-05-14, by Aurelien Campeas
delete-trailing-whitespace + some copyright update
tls-sprint
2009-05-14, by Adrien Di Mascio
ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead
tls-sprint
2009-05-14, by Adrien Di Mascio
[calendar] ensure task.start / task.stop are available before calling todate()
tls-sprint
2009-05-14, by Adrien Di Mascio
ensure start/stop are datetime before access to .hour
tls-sprint
2009-05-14, by sylvain thenault
pass default values along the whole call chain, fix hidden field update bug
tls-sprint
2009-05-13, by Aurelien Campeas
fix some web tests, adjusts rtags
tls-sprint
2009-05-13, by sylvain thenault
merge
tls-sprint
2009-05-13, by sylvain thenault
on inline form validation, also provide the 'unspecified' placeholder value for empty fields
tls-sprint
2009-05-13, by Aurelien Campeas
merge
tls-sprint
2009-05-13, by Aurelien Campeas
fix vertical alignment pb. with descr. format list and textarea inputs
tls-sprint
2009-05-13, by Aurelien Campeas
delete-trailing-spaces
tls-sprint
2009-05-13, by sylvain thenault
clear cache before synchronization
tls-sprint
2009-05-13, by sylvain thenault
previous form actually worked??
tls-sprint
2009-05-13, by sylvain thenault
sort solutions anyway
tls-sprint
2009-05-13, by sylvain thenault
check field isn't already instantiated
tls-sprint
2009-05-13, by sylvain thenault
fix test
tls-sprint
2009-05-13, by sylvain thenault
one more msplanning bug fixed...
tls-sprint
2009-05-13, by sylvain thenault
ms planning fix
tls-sprint
2009-05-13, by sylvain thenault
already a class
tls-sprint
2009-05-13, by sylvain thenault
mx flag has moved
tls-sprint
2009-05-13, by sylvain thenault
consider fields_kwargs even when field specified
tls-sprint
2009-05-13, by sylvain thenault
no (not for attributes anyway)
tls-sprint
2009-05-13, by Aurelien Campeas
dc_description should take a format argument
tls-sprint
2009-05-13, by sylvain thenault
merge
tls-sprint
2009-05-13, by sylvain thenault
xhmlt fix
tls-sprint
2009-05-13, by sylvain thenault
fix popup login width when allow-email-login=y
tls-sprint
2009-05-13, by Florent
adapt login box message to allow-email-login configuration
tls-sprint
2009-05-13, by Florent
fix in case only one type is tested
tls-sprint
2009-05-13, by sylvain thenault
fix cubes order while generating catalogs
tls-sprint
2009-05-13, by sylvain thenault
use render
tls-sprint
2009-05-13, by sylvain thenault
merge
tls-sprint
2009-05-13, by sylvain thenault
fix <optgroup> tag cannot be empty according to DTD
tls-sprint
2009-05-13, by Florent
refactor and don't crash on error while generating a cube's catalogs
tls-sprint
2009-05-13, by sylvain thenault
fix some rtags pb on i18n catalog generation
tls-sprint
2009-05-13, by sylvain thenault
ensure input widgets are displayed anyway if they get an empty list as values
tls-sprint
2009-05-13, by sylvain thenault
should specify role
tls-sprint
2009-05-12, by sylvain thenault
meeep
tls-sprint
2009-05-12, by sylvain thenault
check a file is submitted first
tls-sprint
2009-05-12, by sylvain thenault
merge
tls-sprint
2009-05-12, by sylvain thenault
that should be automatic
tls-sprint
2009-05-12, by Aurelien Campeas
accept a default value for empty attributes/relations
tls-sprint
2009-05-12, by Aurelien Campeas
merge
tls-sprint
2009-05-12, by Aurelien Campeas
[reledit] relation edition : cleanup a bit #343123
tls-sprint
2009-05-12, by Aurelien Campeas
preliminary support for inline edition of relations
tls-sprint
2009-05-12, by Aurelien Campeas
some widget adjustments
tls-sprint
2009-05-12, by sylvain thenault
remove fixed width
tls-sprint
2009-05-12, by sylvain thenault
move initialize_varmaker impl to base app object
tls-sprint
2009-05-12, by sylvain thenault
consider __linkto in form_field_display_value
tls-sprint
2009-05-12, by sylvain thenault
autoform_widget superseeded by autoform_field_kwargs (api change addiction :-/)
tls-sprint
2009-05-12, by sylvain thenault
delete-trailing-spaces
tls-sprint
2009-05-12, by sylvain thenault
fix rtags initialization: do it at the registry level to avoid multiple initialization of the same rtag
tls-sprint
2009-05-12, by sylvain thenault
fix todatetime implementation
tls-sprint
2009-05-12, by sylvain thenault
fix name error
tls-sprint
2009-05-12, by sylvain thenault
buggy fix
tls-sprint
2009-05-12, by sylvain thenault
enhance warning message to ease debugging
tls-sprint
2009-05-12, by sylvain thenault
typos, wrong etypes
tls-sprint
2009-05-12, by sylvain thenault
oops, keep python 2.4 compat
tls-sprint
2009-05-12, by Aurelien Campeas
a bunch of NameError (!) // needs review //
tls-sprint
2009-05-12, by Aurelien Campeas
fix naming to avoid errors...
tls-sprint
2009-05-12, by sylvain thenault
take a sample target type instead of '*' else we may miss some expected values (we may still miss some...)
tls-sprint
2009-05-12, by sylvain thenault
fix self on initfunc
tls-sprint
2009-05-12, by Aurelien Campeas
use lgc implementation
tls-sprint
2009-05-12, by sylvain thenault
warn and drop rtags not in schema, this may be intentional; drop possibility to not specify value for bool rtags
tls-sprint
2009-05-12, by sylvain thenault
final rtag api
tls-sprint
2009-05-12, by sylvain thenault
should not override potential explicit widget
tls-sprint
2009-05-12, by sylvain thenault
wrong name
tls-sprint
2009-05-12, by sylvain thenault
that slipped in by accident
tls-sprint
2009-05-11, by Aurelien Campeas
no value, but something needs to be shown // needs review //
tls-sprint
2009-05-11, by Aurelien Campeas
access to rwidgets through uicfg, removing buggy import breaking bw compat on the way
tls-sprint
2009-05-11, by sylvain thenault
use html for rss description
tls-sprint
2009-05-11, by sylvain thenault
use etype_get
tls-sprint
2009-05-11, by sylvain thenault
delete-trailing-spaces, fix typo
tls-sprint
2009-05-11, by sylvain thenault
fix 'render' method name conflict
tls-sprint
2009-05-11, by sylvain thenault
merge
tls-sprint
2009-05-11, by Aurelien Campeas
merge
tls-sprint
2009-05-11, by Aurelien Campeas
fix syntax error (missing paren)
tls-sprint
2009-05-11, by Aurelien Campeas
[rtags] .get api change
tls-sprint
2009-05-11, by Graziella Toutoungis
merge
tls-sprint
2009-05-11, by Graziella Toutoungis
miss )
tls-sprint
2009-05-11, by Graziella Toutoungis
View.dispatch -> View.render
tls-sprint
2009-05-11, by sylvain thenault
class has been dropped
tls-sprint
2009-05-11, by sylvain thenault
final rtags api (eventually :$)
tls-sprint
2009-05-11, by sylvain thenault
drop content_title
tls-sprint
2009-05-11, by sylvain thenault
wrong variable name
tls-sprint
2009-05-11, by Graziella Toutoungis
correct the values list append
tls-sprint
2009-05-11, by Graziella Toutoungis
correct wrong condition and missing import
tls-sprint
2009-05-11, by Graziella Toutoungis
basic support for http Accept header (untested)
tls-sprint
2009-05-07, by sylvain thenault
merge
tls-sprint
2009-05-07, by sylvain thenault
new book layout, do not compile yet
tls-sprint
2009-05-07, by sylvain thenault
bix a bug: correct the sended parameter 'no need for id in the string parameter name'
tls-sprint
2009-05-07, by Graziella Toutoungis
fix a bug deltatime hasn't a hours or minutes attributes
tls-sprint
2009-05-07, by Graziella Toutoungis
Make sure end is datetime.date.
tls-sprint
2009-05-07, by Sandrine Ribeau
refactor error handling: get validation error information from a form attribute instead of req.data to avoid pb when multiple forms are displayed
tls-sprint
2009-05-06, by sylvain thenault
use yams.schema method for initial value
tls-sprint
2009-05-06, by sylvain thenault
merge
tls-sprint
2009-05-06, by Sandrine Ribeau
Use of datetime instead of mx.datetime and use of new date_range.
tls-sprint
2009-05-06, by Sandrine Ribeau
Use widget TextInput instead of DateTimePicker.
tls-sprint
2009-05-06, by Sandrine Ribeau
Fix date_range increments argument.
tls-sprint
2009-05-06, by Sandrine Ribeau
ensure format is not an unicode string
tls-sprint
2009-05-06, by sylvain thenault
should prefill cached values for relation in the primary or secondary category
tls-sprint
2009-05-06, by sylvain thenault
cleanup
tls-sprint
2009-05-06, by sylvain thenault
use values cached on the entity if any
tls-sprint
2009-05-06, by sylvain thenault
update old_calendar, more needed
tls-sprint
2009-05-05, by sylvain thenault
import cleanup
tls-sprint
2009-05-05, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-05-05, by sylvain thenault
next_month / previous_month now support a new arg to give number of month
tls-sprint
2009-05-05, by sylvain thenault
fix implementation to avoid separator with nothing following
tls-sprint
2009-05-05, by sylvain thenault
update implementation to get vocab from form instead of entity
tls-sprint
2009-05-05, by sylvain thenault
ease location of the pb in the warning
tls-sprint
2009-05-05, by sylvain thenault
use logilab.common.sphinxutils
2009-05-05, by Emile Anclin
fix multiple edit
tls-sprint
2009-05-05, by sylvain thenault
fix closing td
tls-sprint
2009-05-05, by sylvain thenault
merge
tls-sprint
2009-05-05, by sylvain thenault
merge
tls-sprint
2009-05-05, by sylvain thenault
Back to old_calendar for now.
tls-sprint
2009-05-05, by Sandrine Ribeau
typos
2009-05-05, by Sandrine Ribeau
ease overriding of default renderer
tls-sprint
2009-05-05, by Graziella Toutoungis
fix copy edition view
tls-sprint
2009-05-05, by Graziella Toutoungis
fix imports
tls-sprint
2009-05-05, by Graziella Toutoungis
don't display relation in the metadata category here
tls-sprint
2009-05-05, by Graziella Toutoungis
must reset cubes before next authentication
tls-sprint
2009-05-05, by Graziella Toutoungis
nicer assertion message
tls-sprint
2009-05-05, by Graziella Toutoungis
use xml_escape
tls-sprint
2009-05-05, by Graziella Toutoungis
[doc] Fix broken references.
2009-05-05, by Sandrine Ribeau
[doc] Add FAQ entries based on answers from forum.
2009-05-05, by Sandrine Ribeau
[doc] Change structure to make it more readable.
2009-05-05, by Sandrine Ribeau
[doc] Fix bad reference.
2009-05-05, by Sandrine Ribeau
[doc] Add script to load data with dbapi using the setting pyro-server=yes.
2009-04-23, by Sandrine Ribeau
[doc] Add brief reference to the chapter cubicweb-ctl tool.
2009-04-23, by Sandrine Ribeau
[doc] Removes link in index as it is duplicated content of setup.en.txt and tutorial.
2009-04-23, by Sandrine Ribeau
'add' is already added before
tls-sprint
2009-05-05, by Graziella Toutoungis
miss arg
tls-sprint
2009-05-05, by Graziella Toutoungis
correct wrong fuction name
tls-sprint
2009-05-05, by Graziella Toutoungis
i18n update renamed entity types
tls-sprint
2009-05-05, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-05-05, by sylvain thenault
oops
tls-sprint
2009-05-05, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-05-05, by sylvain thenault
more i18nupdate fixes
tls-sprint
2009-05-05, by sylvain thenault
add XXX before 2 calls to self.repo.internal_session() on the web interface side
tls-sprint
2009-05-05, by Florent
close internal session in login_from_email
tls-sprint
2009-05-05, by Florent
fix i18nupdate
tls-sprint
2009-05-04, by sylvain thenault
name argument
tls-sprint
2009-05-04, by sylvain thenault
delete-trailing-whitespaces, missing import
tls-sprint
2009-05-04, by sylvain thenault
ooops
tls-sprint
2009-05-04, by sylvain thenault
delete-trailing-whitespaces, update import
tls-sprint
2009-05-04, by sylvain thenault
delete-trailing-whitespaces, add page_size argument to .paginate
tls-sprint
2009-05-04, by sylvain thenault
buggy sioc views
tls-sprint
2009-05-04, by sylvain thenault
fix dependencies
tls-sprint
2009-05-04, by sylvain thenault
test updates
tls-sprint
2009-05-04, by sylvain thenault
follow renaming
tls-sprint
2009-05-04, by sylvain thenault
more intuitive case
tls-sprint
2009-05-04, by sylvain thenault
protect against None values
tls-sprint
2009-05-04, by sylvain thenault
missing import
tls-sprint
2009-05-04, by sylvain thenault
ensure date/datetime instance
tls-sprint
2009-05-04, by sylvain thenault
no more 'mode' argument
tls-sprint
2009-05-04, by sylvain thenault
sort attribute for testing purpose
tls-sprint
2009-05-04, by sylvain thenault
fix tests, cleanup
tls-sprint
2009-05-04, by sylvain thenault
missing import
tls-sprint
2009-05-04, by sylvain thenault
makes vobject optional
tls-sprint
2009-05-04, by sylvain thenault
move card role to cubes.card
tls-sprint
2009-05-04, by sylvain thenault
fix tests
tls-sprint
2009-05-04, by sylvain thenault
backport default
tls-sprint
2009-05-04, by sylvain thenault
fix tests
tls-sprint
2009-05-04, by sylvain thenault
import from primary
tls-sprint
2009-05-04, by sylvain thenault
extract method
tls-sprint
2009-05-04, by sylvain thenault
fix import
tls-sprint
2009-05-04, by sylvain thenault
update dependencies
tls-sprint
2009-05-04, by sylvain thenault
don't depends on simplejson outside web/
tls-sprint
2009-05-04, by sylvain thenault
merge
tls-sprint
2009-05-04, by sylvain thenault
close img tag
tls-sprint
2009-04-30, by Aurelien Campeas
fix generated labels
tls-sprint
2009-05-04, by sylvain thenault
configurable entity types tables
tls-sprint
2009-05-04, by sylvain thenault
delete-trailing-whitespaces, check table existance
tls-sprint
2009-05-04, by sylvain thenault
missing import
tls-sprint
2009-05-01, by sylvain thenault
display internal_fields
tls-sprint
2009-04-30, by sylvain thenault
merge
tls-sprint
2009-04-30, by sylvain thenault
merge
tls-sprint
2009-04-30, by Katia Saurfelt
restore monthrange import
tls-sprint
2009-04-30, by Katia Saurfelt
should take arbitrary arguments
tls-sprint
2009-04-30, by sylvain thenault
hummm
tls-sprint
2009-04-30, by sylvain thenault
xtarget doesn't exists anymore
tls-sprint
2009-04-30, by sylvain thenault
todatetime impl., fix todate impl.
tls-sprint
2009-04-30, by sylvain thenault
use last_day
tls-sprint
2009-04-30, by sylvain thenault
force proper date/datetime according to type (necessary for sqlite at least)
tls-sprint
2009-04-30, by sylvain thenault
more translations for siteconfig
2009-04-30, by Katia Saurfelt
remove logs
2009-04-30, by Katia Saurfelt
remove monthrange import
tls-sprint
2009-04-30, by Katia Saurfelt
merge
2009-04-30, by Katia Saurfelt
merge
2009-04-30, by Katia Saurfelt
improving preferencies : work in progress
2009-04-30, by Katia Saurfelt
validation of preferencies done by ajax
2009-04-30, by Katia Saurfelt
style for preferences
2009-04-30, by Katia Saurfelt
preferences : update
2009-04-30, by Katia Saurfelt
avoid using <br/>
2009-04-27, by Katia Saurfelt
StartupView have already match_user_group selector
2009-04-27, by Katia Saurfelt
fix metadata detection
tls-sprint
2009-04-30, by sylvain thenault
mark metadata attributes as generated
tls-sprint
2009-04-30, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-30, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-30, by sylvain thenault
more info if assertion fails
tls-sprint
2009-04-30, by sylvain thenault
merge
tls-sprint
2009-04-30, by sylvain thenault
hidden input fields : compute displayability using the associated visible field
tls-sprint
2009-04-30, by Aurelien Campeas
backout changeset 56e347b8189c
2009-04-30, by Nicolas Chauvat
[doc] add FAQ about kerberos auth with postgresql
2009-04-30, by Nicolas Chauvat
merge
2009-04-30, by Nicolas Chauvat
merge
2009-04-25, by Nicolas Chauvat
Translation bug fixed
2009-04-22, by Celso Flores
Last translation to Spanish
2009-04-22, by Celso Flores
traduccion
2009-04-22, by Celso Flores
better messages
2009-04-22, by Nicolas Chauvat
when debugging explain why objects are kicked out of registry
2009-04-21, by Nicolas Chauvat
[doc] fix rql tutorial
2009-04-21, by Nicolas Chauvat
merge
2009-04-21, by Nicolas Chauvat
remove trailing spaces
2009-04-21, by Nicolas Chauvat
merge
2009-04-18, by Nicolas Chauvat
[views] fix url encoding problem in igeocodable views
2009-04-18, by Nicolas Chauvat
tiny doc fix
2009-04-18, by Nicolas Chauvat
[doc] reduce the depth of the table of contents to get latex generation working
2009-04-15, by Nicolas Chauvat
delete-trailing-whitespaces
tls-sprint
2009-04-30, by sylvain thenault
needs unicode string
tls-sprint
2009-04-30, by sylvain thenault
add debugging assertion
tls-sprint
2009-04-30, by sylvain thenault
fix rest import, html_escape in null rest_publish
tls-sprint
2009-04-30, by sylvain thenault
use tag_attribute, rwidgets should contain widget instance, not name
tls-sprint
2009-04-30, by sylvain thenault
apply on non final relation
tls-sprint
2009-04-30, by sylvain thenault
give widget, non it's name
tls-sprint
2009-04-30, by sylvain thenault
should set field's choices
tls-sprint
2009-04-30, by sylvain thenault
display_fields should search for name+role
tls-sprint
2009-04-30, by sylvain thenault
datetime fixes use weekday() instead of day_of_week
tls-sprint
2009-04-30, by sylvain thenault
drop text field usage
tls-sprint
2009-04-30, by sylvain thenault
drop TextField, this is simply a StringField with a text area widget
tls-sprint
2009-04-30, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-30, by sylvain thenault
tests depends on the bootstrap cube
tls-sprint
2009-04-30, by sylvain thenault
stop using card in test, update form tests
tls-sprint
2009-04-30, by sylvain thenault
set progress div in call() to avoid duplication when applied on multiple entities
tls-sprint
2009-04-30, by sylvain thenault
bad copy and paste, bouh...
tls-sprint
2009-04-30, by sylvain thenault
oops
tls-sprint
2009-04-30, by sylvain thenault
avoid progress_div duplication causing xhtml validation failures
tls-sprint
2009-04-30, by sylvain thenault
fix skel MANIFEST.in
tls-sprint
2009-04-30, by sylvain thenault
merge
tls-sprint
2009-04-30, by sylvain thenault
loadJSON -> loadRemote, correctly handle json
tls-sprint
2009-04-29, by Aurelien Campeas
[forms/widgets] fix relation field not sorting its vocabulary, revert hack on Select widget
tls-sprint
2009-04-29, by Aurelien Campeas
[form] __maineid missing from the special fields list
tls-sprint
2009-04-29, by Aurelien Campeas
[basecontrollers] add edit_relation next to edit_field, misc notes
tls-sprint
2009-04-29, by Aurelien Campeas
[editforms] fix missing __maineid, avoid double submit through submit button, say no to locals()
tls-sprint
2009-04-29, by Aurelien Campeas
some primary view fixes, need more (eg reledit doesn't work for non final relation
tls-sprint
2009-04-30, by sylvain thenault
fix StringField/TextField handling (XXX remove one of them?, ensure textarea has rows/cols attributes)
tls-sprint
2009-04-30, by sylvain thenault
cleanup
tls-sprint
2009-04-30, by sylvain thenault
datetime update
tls-sprint
2009-04-30, by sylvain thenault
new primary view using uicfg.rdisplay (major api cleanup)
tls-sprint
2009-04-30, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-30, by sylvain thenault
remove semi-colon
tls-sprint
2009-04-30, by sylvain thenault
fix manage permission order
tls-sprint
2009-04-30, by sylvain thenault
use xml_escape
tls-sprint
2009-04-30, by sylvain thenault
some basic calendar manipulation functions, delete-trailing-whitespace
tls-sprint
2009-04-30, by sylvain thenault
new tag_attribute convenience method
tls-sprint
2009-04-30, by sylvain thenault
backport isioc view from blog
tls-sprint
2009-04-30, by sylvain thenault
use datetime
tls-sprint
2009-04-30, by sylvain thenault
some typos
tls-sprint
2009-04-29, by Florent
merge
tls-sprint
2009-04-29, by Florent
fix use-request-subdomain option behaviour and add tests
tls-sprint
2009-04-29, by Florent
fix wrong import and deprecation messages
tls-sprint
2009-04-29, by Florent
[widgets] an option for Select to show sorted content
tls-sprint
2009-04-29, by Aurelien Campeas
more rtags api change propagation
tls-sprint
2009-04-29, by Aurelien Campeas
propagate rtags api change
tls-sprint
2009-04-29, by Aurelien Campeas
[formwidgets] don't specify select's size on single selection mode
tls-sprint
2009-04-29, by Adrien Di Mascio
fix rfields declaration order
tls-sprint
2009-04-29, by Aurelien Campeas
match normal search state on action by default
tls-sprint
2009-04-29, by sylvain thenault
grrr
tls-sprint
2009-04-29, by sylvain thenault
oops
tls-sprint
2009-04-29, by sylvain thenault
update rtags api
tls-sprint
2009-04-29, by sylvain thenault
duh? remaining __selectors__, probably a wrong merge
tls-sprint
2009-04-29, by sylvain thenault
set size of select widget
tls-sprint
2009-04-29, by sylvain thenault
merge
tls-sprint
2009-04-29, by sylvain thenault
merge
tls-sprint
2009-04-28, by Aurelien Campeas
other fixlets
tls-sprint
2009-04-28, by Aurelien Campeas
controller fixes
tls-sprint
2009-04-28, by Aurelien Campeas
missing rset
tls-sprint
2009-04-28, by Aurelien Campeas
include dom id of the form in __errorurl in case there are multiple forms in a page
tls-sprint
2009-04-29, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-29, by sylvain thenault
fix import (duh?)
tls-sprint
2009-04-29, by sylvain thenault
backport default branch
tls-sprint
2009-04-28, by sylvain thenault
merge
tls-sprint
2009-04-28, by sylvain thenault
provide an option to substitute the base-url (left-most part) subdomain by the one of the current http query to easy multiple subdomains website management
tls-sprint
2009-04-28, by Florent
fix retreival of previously submitted error for entity forms
tls-sprint
2009-04-28, by sylvain thenault
eperm -> cwperm
tls-sprint
2009-04-28, by sylvain thenault
xxx
tls-sprint
2009-04-28, by sylvain thenault
refactor side boxes handling of primary view
tls-sprint
2009-04-28, by sylvain thenault
merge
tls-sprint
2009-04-28, by sylvain thenault
oops
tls-sprint
2009-04-28, by sylvain thenault
remove spurious print
tls-sprint
2009-04-28, by Aurelien Campeas
fix insertion of head content on ajax queries
tls-sprint
2009-04-28, by sylvain thenault
do not set visible property by default
tls-sprint
2009-04-28, by sylvain thenault
cleanup
tls-sprint
2009-04-28, by sylvain thenault
fix to correctly init appobjects even with cleanup_interface_sobjects set to False
tls-sprint
2009-04-28, by sylvain thenault
rename
tls-sprint
2009-04-28, by sylvain thenault
rename
tls-sprint
2009-04-28, by sylvain thenault
no more using mx
tls-sprint
2009-04-28, by sylvain thenault
set size=1 on select widget when a single choice is allowed
tls-sprint
2009-04-28, by sylvain thenault
register to catalog, delete-trailing-whitespaces
tls-sprint
2009-04-28, by sylvain thenault
new match_transition selector
tls-sprint
2009-04-28, by sylvain thenault
fix i18n catalog compilation
tls-sprint
2009-04-28, by sylvain thenault
migrate card cube in bootstrap migration
tls-sprint
2009-04-28, by sylvain thenault
merge fcayre's changes
tls-sprint
2009-04-28, by sylvain thenault
install card cube in 3.2 migration
tls-sprint
2009-04-28, by sylvain thenault
fix imports, cleanup, repair some ajax calls
tls-sprint
2009-04-28, by sylvain thenault
use dbmshelper to generate correct boolean value in rql2sql
2009-04-27, by Adrien Di Mascio
merge
2009-04-27, by Katia Saurfelt
avoid displaying a section twice
2009-04-27, by Katia Saurfelt
#342695: add new security section to the schema view
2009-04-24, by Katia Saurfelt
delete-trailing-whitespaces
tls-sprint
2009-04-28, by sylvain thenault
typo
tls-sprint
2009-04-28, by sylvain thenault
move AutomaticEntityForm and PrimaryView into their own module
tls-sprint
2009-04-28, by sylvain thenault
add allow-email-login option
tls-sprint
2009-04-27, by Florent
add a test regarding login with a primary email
tls-sprint
2009-04-27, by Florent
add ability to login with a primary email address - no tests for now are unittest_application.py are now broken
tls-sprint
2009-04-27, by Florent
merge parse_datetime modif
tls-sprint
2009-04-27, by Florent
delete-trailing-whitespaces
tls-sprint
2009-04-24, by sylvain thenault
nicer fix
tls-sprint
2009-04-24, by sylvain thenault
remerge
tls-sprint
2009-04-24, by sylvain thenault
merge
tls-sprint
2009-04-24, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-24, by sylvain thenault
consider new recreate arg
tls-sprint
2009-04-24, by sylvain thenault
fix WebTest crash when view contains non ascii characters
tls-sprint
2009-04-24, by Florent
merge
tls-sprint
2009-04-22, by Florent
parse_datetime call with Date etype now returns a datetime.date instance
tls-sprint
2009-04-22, by Florent
backport default branch
tls-sprint
2009-04-24, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-24, by sylvain thenault
should not be necessary anymore to add entity class to __implements__
tls-sprint
2009-04-24, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-24, by sylvain thenault
more implements selector tests
tls-sprint
2009-04-24, by sylvain thenault
fix implements selector to avoid returning false positive due to entity class inheritance
tls-sprint
2009-04-24, by sylvain thenault
new parent_classes method (cached)
tls-sprint
2009-04-24, by sylvain thenault
don't add to cube i18n catalog msg id for components redefined from cw or from a depending cube
tls-sprint
2009-04-24, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-24, by sylvain thenault
oos, set rmode for wf_info_for / object
tls-sprint
2009-04-24, by sylvain thenault
sendmail form should now work as before
tls-sprint
2009-04-24, by Adrien Di Mascio
[widgets] fix rendering of the sendmail widget, still to functional though
tls-sprint
2009-04-24, by Adrien Di Mascio
fix bug in actions: action.row/col might be None and can't be passed directly to rset.get_entity
tls-sprint
2009-04-24, by Adrien Di Mascio
[doc] Fix ReST pb.
2009-04-23, by Sandrine Ribeau
[doc] s/usefull/useful/
2009-04-23, by Sandrine Ribeau
[doc] Remove extra-wrapping from tutorial.
2009-04-23, by Sandrine Ribeau
[doc] Splits initial set-up section in two sections => re-order part III.
2009-04-23, by Sandrine Ribeau
[doc] C011 content moved to C010
2009-04-23, by Sandrine Ribeau
reoops
tls-sprint
2009-04-23, by sylvain thenault
oops
tls-sprint
2009-04-23, by sylvain thenault
fixe the wrong indent
2009-04-23, by Katia Saurfelt
related entitied must be computed in _preinit_side_related
2009-04-23, by Katia Saurfelt
refactor to get powerful etype_relation_field function which benefit from ui configuration (eg widgets and fields)
tls-sprint
2009-04-23, by sylvain thenault
AEF.field_by_name now take an entity schema, not an entity class
tls-sprint
2009-04-23, by sylvain thenault
guess_field now takes an entity schema as first argument, not an entity class
tls-sprint
2009-04-23, by sylvain thenault
delete spaces, use .row .col instead of fixed 0 0
tls-sprint
2009-04-23, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-23, by sylvain thenault
fix relation_mode implementation, remove trailing spaces
tls-sprint
2009-04-23, by sylvain thenault
remove .egg-info file in cube's debian/rule template
tls-sprint
2009-04-23, by sylvain thenault
deals with empty erudi directories
tls-sprint
2009-04-23, by sylvain thenault
don't use a singleton rest parser which may leads to concurrency bugs
tls-sprint
2009-04-23, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-23, by sylvain thenault
set a size constraint on ECache's title
2009-04-23, by Adrien Di Mascio
[doc] Move cubciweb-ctl tool to appendix and re-order appendix.
2009-04-22, by Sandrine Ribeau
[doc] Rename Overview by Tutorial.
2009-04-22, by Sandrine Ribeau
[doc] Begin improvement of schema definition.
2009-04-22, by Sandrine Ribeau
[doc] Short down the `blog running in less ten nimutes` section to remove duplicated content.
2009-04-22, by Sandrine Ribeau
[doc] Typos and minor changes.
2009-04-22, by Sandrine Ribeau
[doc] Add little 'wrapping' in tutorial.
2009-04-22, by Sandrine Ribeau
[distutils] don't consider directories as data files
2009-04-22, by Julien Jehannet
delete-trailing-whitespaces
tls-sprint
2009-04-22, by sylvain thenault
delete-trailing-whitespaces
tls-sprint
2009-04-22, by sylvain thenault
allow to instantiate an entity without rset
tls-sprint
2009-04-22, by sylvain thenault
new display_relations_form option on EntityFormRender
tls-sprint
2009-04-22, by sylvain thenault
remove trailing white spaces
tls-sprint
2009-04-22, by sylvain thenault
drop hopeless registerer bw compat
tls-sprint
2009-04-22, by sylvain thenault
user dc_creator for rss view
2009-04-22, by Katia Saurfelt
some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag
2009-04-22, by Katia Saurfelt
make the rss view valid (we should probably keep rdf:about on channel)
2009-04-22, by Katia Saurfelt
merge
2009-04-22, by Katia Saurfelt
The same item should not include both author and dc:creator
2009-04-22, by Katia Saurfelt
remove trailing spaces
tls-sprint
2009-04-22, by sylvain thenault
set default combo size to 5 entries
tls-sprint
2009-04-22, by sylvain thenault
set_stream simplification
tls-sprint
2009-04-22, by sylvain thenault
missing overriding of removejs in inline-creation form view
tls-sprint
2009-04-22, by sylvain thenault
fix a name error
tls-sprint
2009-04-22, by sylvain thenault
doc type handling refactoring: do the ext substitution at the module level
tls-sprint
2009-04-22, by sylvain thenault
stop complaining about empty response, remove trailing spaces
tls-sprint
2009-04-22, by sylvain thenault
javascript + json refactoring
tls-sprint
2009-04-22, by sylvain thenault
[doc] Completed definition of content_navigation_components.
2009-04-21, by Sandrine Ribeau
remove spaces
tls-sprint
2009-04-21, by sylvain thenault
more bw compat
tls-sprint
2009-04-21, by sylvain thenault
fix actionbox def
tls-sprint
2009-04-21, by Aurelien Campeas
does not apply any more
tls-sprint
2009-04-21, by Aurelien Campeas
create a table for siderelation
2009-04-21, by Katia Saurfelt
give more space to labels in forms
tls-sprint
2009-04-21, by Aurelien Campeas
[doc] Add information on PrimaryView methods and attributes in order to get to a more meaningful example of a view customization.
2009-04-20, by Sandrine Ribeau
Remove all related to entity Card as it now has its own cube.
2009-04-20, by Sandrine Ribeau
sql attributes bugfix
tls-sprint
2009-04-20, by Aurelien Campeas
mx.DateTime fixes
tls-sprint
2009-04-20, by Aurelien Campeas
cleanup (undue req param)
tls-sprint
2009-04-20, by Aurelien Campeas
define self.fields before it is used ...
tls-sprint
2009-04-20, by Aurelien Campeas
add mysql configuration section in cubicweb documentation
2009-04-20, by Stephanie Marcu
stop application only once we're sure we've something to do, fixing #342689
2009-04-17, by sylvain thenault
_render_fields don't need values argument
tls-sprint
2009-04-17, by sylvain thenault
new style security management forms
tls-sprint
2009-04-17, by sylvain thenault
new renderer displaying field in an horizontable table
tls-sprint
2009-04-17, by sylvain thenault
fix navigation parameters handling: those given in kwargs should always be there
tls-sprint
2009-04-17, by sylvain thenault
unify schema sync migration commands with (hopefuly) a clearer name
tls-sprint
2009-04-17, by sylvain thenault
rename internal entity types to have CW prefix instead of E
tls-sprint
2009-04-17, by sylvain thenault
rollback florent's not-proven-to-be-useful fix
tls-sprint
2009-04-17, by sylvain thenault
refactor to ease overriding
tls-sprint
2009-04-17, by sylvain thenault
merge
2009-04-17, by Katia Saurfelt
remove pmainactions and deprecate paddrelactions
2009-04-17, by Katia Saurfelt
cleanup, more docstring
tls-sprint
2009-04-17, by sylvain thenault
refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value
tls-sprint
2009-04-17, by sylvain thenault
more docstring
tls-sprint
2009-04-17, by sylvain thenault
define _
tls-sprint
2009-04-17, by sylvain thenault
clear label handling
tls-sprint
2009-04-17, by sylvain thenault
new style form for submitting bug reports
tls-sprint
2009-04-17, by sylvain thenault
datetime switch bug fixed in ustrftime
tls-sprint
2009-04-17, by Florent
initial form values can now also be a callable of the field or the form itself
tls-sprint
2009-04-17, by Florent
merge
2009-04-16, by sylvain thenault
merge
2009-04-16, by Katia Saurfelt
add a function to retrieve a list of mainactions
2009-04-16, by Katia Saurfelt
use adbh.func_sqlname for more backend compat
2009-04-16, by sylvain thenault
consider kwargs in possible_actions
2009-04-16, by sylvain thenault
missing required date format
tls-sprint
2009-04-16, by sylvain thenault
MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
2009-04-16, by sylvain thenault
[doc] Fix typo.
2009-04-15, by Sandrine Ribeau
merge
2009-04-15, by sylvain thenault
merge
2009-04-15, by Katia Saurfelt
remove planned_delivery from ProgressTableView
2009-04-15, by Katia Saurfelt
backport 3.1 branch to default (duh...)
2009-04-15, by sylvain thenault
merge
tls-sprint
2009-04-15, by sylvain thenault
register_user can now also set an email
tls-sprint
2009-04-15, by Florent
sort email addresses and remove doubled ones before sending the email
3.1
2009-01-15, by Adrien Di Mascio
cleanup
tls-sprint
2009-04-15, by sylvain thenault
must specify col where entity's eid is
tls-sprint
2009-04-15, by sylvain thenault
fix test
tls-sprint
2009-04-15, by sylvain thenault
set dom id on the first input of radio choices
tls-sprint
2009-04-15, by sylvain thenault
no progress div in reledit, else we get duplicated ids
tls-sprint
2009-04-15, by sylvain thenault
avoid duplicated progress div
tls-sprint
2009-04-15, by sylvain thenault
can't compare date and datetime
tls-sprint
2009-04-15, by sylvain thenault
AppRsetObject now handle row and col
tls-sprint
2009-04-15, by sylvain thenault
nicer renderer options handling: can be passed to __init__ or to render
tls-sprint
2009-04-15, by sylvain thenault
ignore browser submitted values for file's MIME type
tls-sprint
2009-04-15, by sylvain thenault
rename attribute_metadata method to attr_metadata to save a few chars
tls-sprint
2009-04-15, by sylvain thenault
backport some tests
tls-sprint
2009-04-15, by sylvain thenault
test update
tls-sprint
2009-04-15, by sylvain thenault
use entities found in schema, not in the etypes registry, else we miss entity types which have no specific classes
tls-sprint
2009-04-15, by sylvain thenault
new del_rtag method, for testing purpose (at least)
tls-sprint
2009-04-15, by sylvain thenault
[doc] Adds description and example of TreeMixIn.
2009-04-14, by Sandrine Ribeau
[doc] Adds HowTo format date.
2009-04-14, by Sandrine Ribeau
[doc] Fix indentation issue.
2009-04-14, by Sandrine Ribeau
[doc] Explicitely name the module in which we define schema to distinguish it from entities.
2009-04-14, by Sandrine Ribeau
merge
2009-04-14, by Sandrine Ribeau
[doc] Adds how to add attribute in DB.
2009-04-13, by Sandrine Ribeau
merge
2009-04-10, by Sandrine Ribeau
[doc] Add information on anonymous user configuration.
2009-04-10, by Sandrine Ribeau
translation of planned_delivery
2009-04-14, by Katia Saurfelt
add planned delivery column
2009-04-14, by Katia Saurfelt
backport tests
tls-sprint
2009-04-14, by sylvain thenault
shouldn't use unicode keys in attrs
tls-sprint
2009-04-14, by sylvain thenault
sort on EUser.login/EGroup.name in vocabulary
tls-sprint
2009-04-14, by sylvain thenault
no more cubes_dir class method
tls-sprint
2009-04-14, by sylvain thenault
fix tests
tls-sprint
2009-04-14, by sylvain thenault
missing interpolation. Until proven we need an id on attribute form table, remove it
tls-sprint
2009-04-14, by sylvain thenault
should take extra kwargs
tls-sprint
2009-04-10, by sylvain thenault
setdomid should be true when id specified in kwargs
tls-sprint
2009-04-10, by sylvain thenault
backport AddComboBoxWidget, ajax widgets refactoring
tls-sprint
2009-04-10, by sylvain thenault
insert an optgroup as separator on None values
tls-sprint
2009-04-10, by sylvain thenault
fix args given to paginate
tls-sprint
2009-04-10, by sylvain thenault
merge
2009-04-10, by Katia Saurfelt
vocabfunc must be compliant with StaticVocabularyConstraint.vocabulary which takes only keyword parameters
2009-04-10, by Katia Saurfelt
merge
2009-04-10, by sylvain thenault
doc update
2009-04-10, by sylvain thenault
add some documentation, backport *CompletionWidget
tls-sprint
2009-04-09, by sylvain thenault
fix error class
tls-sprint
2009-04-09, by sylvain thenault
password input may be used with non eidparam fields...
tls-sprint
2009-04-09, by sylvain thenault
somewhat update to jquery, not yet finished though
tls-sprint
2009-04-09, by sylvain thenault
should not name that parameter
tls-sprint
2009-04-09, by sylvain thenault
widgets has been dropped from base class
tls-sprint
2009-04-09, by sylvain thenault
ease renderer overriding
tls-sprint
2009-04-09, by sylvain thenault
remove debug print
tls-sprint
2009-04-09, by sylvain thenault
missing self, using bool is simpler
tls-sprint
2009-04-09, by sylvain thenault
we have now actual classes in rwidgets
tls-sprint
2009-04-09, by sylvain thenault
cleanup
tls-sprint
2009-04-09, by sylvain thenault
oops
tls-sprint
2009-04-09, by sylvain thenault
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
tls-sprint
2009-04-09, by sylvain thenault
oops
tls-sprint
2009-04-09, by sylvain thenault
introduce init_registration method and call it in repo initialization
tls-sprint
2009-04-09, by sylvain thenault
should set None as default here as well
tls-sprint
2009-04-09, by sylvain thenault
fix primary edition of eproperty (weird js pb remaining though)
tls-sprint
2009-04-09, by sylvain thenault
put class, not class name into rwidgets. New rfields rtags to specify a field for a relation
tls-sprint
2009-04-09, by sylvain thenault
allow no values argument
tls-sprint
2009-04-09, by sylvain thenault
move ajax.js to base form class
tls-sprint
2009-04-09, by sylvain thenault
fix vobjects registration to deal with objects inter-dependancy
tls-sprint
2009-04-09, by sylvain thenault
eproperty forms handling
tls-sprint
2009-04-08, by sylvain thenault
override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms
tls-sprint
2009-04-08, by sylvain thenault
new form_init callback
tls-sprint
2009-04-08, by sylvain thenault
bool handling
tls-sprint
2009-04-08, by sylvain thenault
cleanup, remove some unnecessary (sometime buggy) stuff
tls-sprint
2009-04-08, by sylvain thenault
refactor button handling
tls-sprint
2009-04-08, by sylvain thenault
copyright update
tls-sprint
2009-04-08, by sylvain thenault
don't fail on unregistered properties
tls-sprint
2009-04-08, by sylvain thenault
EntitySelector base class now understand 'entity' in kwargs, new entity_implements selector
tls-sprint
2009-04-08, by sylvain thenault
move tests where they belong
tls-sprint
2009-04-08, by sylvain thenault
packaging for hardy
2009-04-08, by Aurelien Campeas
test inlined rtags
tls-sprint
2009-04-08, by sylvain thenault
should give None as rset
tls-sprint
2009-04-08, by sylvain thenault
no need for explicit handling
tls-sprint
2009-04-08, by sylvain thenault
oops, should use input tag in radio, not option
tls-sprint
2009-04-08, by sylvain thenault
password widget should use the same value as main field for the confirm, else if we don't notice that we got a validation error while no password modification has been done
tls-sprint
2009-04-08, by sylvain thenault
missing closing div
tls-sprint
2009-04-08, by sylvain thenault
inline_creation_form doesn't take ptype argument anymore
tls-sprint
2009-04-08, by sylvain thenault
inlineview is no more a 'category', needs specific handling
tls-sprint
2009-04-08, by sylvain thenault
kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway)
tls-sprint
2009-04-08, by sylvain thenault
move initialize_varmaker on the FormMixIn class
tls-sprint
2009-04-08, by sylvain thenault
fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users
tls-sprint
2009-04-08, by sylvain thenault
test rcategories
tls-sprint
2009-04-08, by sylvain thenault
use entity's rset and row/col info
tls-sprint
2009-04-08, by sylvain thenault
for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished
tls-sprint
2009-04-08, by sylvain thenault
basic testing of relation tags
tls-sprint
2009-04-08, by sylvain thenault
add str() to avoid kilometers of information while printing content (due to __repr__ of yams objects)
tls-sprint
2009-04-08, by sylvain thenault
* print vreg content once fully initialized (require move of print code from vregistry to cwvreg)
tls-sprint
2009-04-08, by sylvain thenault
secure the condition relation
2009-04-08, by sylvain thenault
[doc] Registerers are deprecated; little improvement
2009-04-07, by Emile Anclin
Change version no
2009-04-07, by Graziella Toutoungis
more cleaning needed :(
2009-04-07, by sylvain thenault
don't guess field if explicitly defined, rename init_rtags_category
tls-sprint
2009-04-07, by sylvain thenault
catch FieldNotFound instead of Exception in field_by_name, return the field if guessable
tls-sprint
2009-04-07, by sylvain thenault
cleanup
tls-sprint
2009-04-07, by sylvain thenault
we don't want dom id systematically
tls-sprint
2009-04-07, by sylvain thenault
don't set tabindex if already in attrs
tls-sprint
2009-04-07, by sylvain thenault
new append_field method
tls-sprint
2009-04-07, by sylvain thenault
handle __message in FieldsForm, not only in EntityFieldsForm
tls-sprint
2009-04-07, by sylvain thenault
raise specific exception
tls-sprint
2009-04-07, by sylvain thenault
skip deprecated URL widgets
tls-sprint
2009-04-07, by sylvain thenault
get field's help in guess_field
tls-sprint
2009-04-07, by sylvain thenault
fix deprecation message
tls-sprint
2009-04-07, by sylvain thenault
better to use typed eid
tls-sprint
2009-04-07, by sylvain thenault
handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values
tls-sprint
2009-04-07, by sylvain thenault
cleanup, avoid spurious warning
tls-sprint
2009-04-07, by sylvain thenault
backport default branch
tls-sprint
2009-04-07, by sylvain thenault
oops, forgot to clean that
2009-04-07, by sylvain thenault
merge (grmbl)
2009-04-06, by Aurelien Campeas
merge
2009-04-06, by Aurelien Campeas
Added tag cubicweb-debian-version-3_1_4-1 for changeset 0e132fbae9cc
2009-04-06, by Aurelien Campeas
Added tag cubicweb-version-3_1_4 for changeset e0e0a1c3d80f
cubicweb-debian-version-3_1_4-1
2009-04-06, by Aurelien Campeas
merge
cubicweb-version-3_1_4
2009-04-06, by Aurelien Campeas
bump
2009-04-06, by Aurelien Campeas
merge
2009-04-06, by Aurelien Campeas
fix vocabfunc signature #342646
2009-04-06, by Aurelien Campeas
[doc] some improvements on Views
2009-04-06, by Emile Anclin
check require_groups as well
2009-04-06, by sylvain thenault
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
2009-04-06, by sylvain thenault
new recreate argument to extid2eid when an external source want to recreate entities previously imported with a predictable ext id
2009-04-06, by sylvain thenault
[doc] improve view explanation
2009-04-06, by Emile Anclin
only show owl action when displaying the schema view
2009-04-06, by sylvain thenault
give view when selecting actions
2009-04-06, by sylvain thenault
should give entity class here
tls-sprint
2009-04-06, by sylvain thenault
Added tag cubicweb-debian-version-3_1_3-1 for changeset 9e98dec0768b
2009-04-06, by Sylvain
Added tag cubicweb-version-3_1_3 for changeset a5dc91adb7c1
cubicweb-debian-version-3_1_3-1
2009-04-06, by Sylvain
typo
cubicweb-version-3_1_3
2009-04-06, by sylvain thenault
rahhh
2009-04-06, by sylvain thenault
3.1.3
2009-04-06, by sylvain thenault
restrict read perms to user on backup files
2009-04-06, by sylvain thenault
remove debug stuff
2009-04-04, by sylvain thenault
set 30sec query cache on pyro source, important speedup for pages generating multiple time the same external query
2009-04-04, by sylvain thenault
more test predictability
2009-04-04, by Sylvain
fix choose_term monkey-patching
2009-04-04, by sylvain thenault
actually some monkey patching is still needed for predictability
2009-04-04, by sylvain thenault
oops
tls-sprint
2009-04-06, by sylvain thenault
merge
2009-04-04, by sylvain thenault
stop monkeypatching choose_term in test
2009-04-04, by sylvain thenault
more fix of cross relation handling
2009-04-04, by sylvain thenault
fix constant handling in sourcesterms + minor cleanup
2009-04-04, by sylvain thenault
cleanup _handle_cross_relation
2009-04-03, by sylvain thenault
* refactor ms planner (renaming, reorganization)
2009-04-03, by sylvain thenault
fix : vocabulary method in StaticVocabularyConstraint class (yams.constraint.py) takes only keyword arguments
2009-04-03, by Stephanie Marcu
merge
2009-04-02, by Sandrine Ribeau
[doc] Add seperate TOC file so that it will not all being displayed in the first page but in the TOC page accessible through a link.
2009-04-02, by Sandrine Ribeau
[doc] Change id to english.
2009-04-02, by Sandrine Ribeau
[doc] Adds id to be able to refer to each part.
2009-04-02, by Sandrine Ribeau
[doc] spelling : dictionary
2009-04-02, by Emile Anclin
[doc] improve Concept explainings
2009-04-02, by Emile Anclin
finalize Workflow definition
2009-04-02, by Emile Anclin
take care, self.config may not be a server config
2009-04-02, by sylvain thenault
merge should-not-be-a-branch to default. ENSURE YOUR LOCAL REPOSITORY IS IN THE default BRANCH
2009-04-02, by sylvain thenault
oops, missing a not here
25480a710422
2009-04-02, by sylvain thenault
small fix
25480a710422
2009-04-02, by Laure Bourgois
merge
25480a710422
2009-04-02, by Laure Bourgois
removing any_rset selector to enable 'download schema owl action' to layout
894685124c68
2009-04-02, by Laure Bourgois
adding action to startup schema view. this action enables to
894685124c68
2009-04-02, by Laure Bourgois
[doc] RQL: a note about specifying several types
2009-04-02, by Emile Anclin
add the name of the currently attached file, if the file already exists (i.e in the edition form)
2009-04-02, by Stephanie Marcu
[doc] Adds a short section on how to launch a blog based on the packages cubicweb and cubicweb-blog.
2009-04-01, by Sandrine Ribeau
[doc] Simplify punctation for blocks.
2009-04-01, by Sandrine Ribeau
merge
2009-04-01, by Emile Anclin
[doc] trying to get it a little bit more readable
2009-04-01, by Emile Anclin
[doc] rewrite Workflow definition
2009-04-01, by Emile Anclin
[doc] some more small improvements
2009-04-01, by Emile Anclin
[doc] show full documentation depth
2009-04-01, by Emile Anclin
[doc] merge trouble fixed
2009-04-01, by Sandrine Ribeau
merge
2009-04-01, by Sandrine Ribeau
[doc] Adds information about database authentication.
2009-04-01, by Sandrine Ribeau
merge
894685124c68
2009-04-01, by Laure Bourgois
fixing isioc_type comment
450c435d69b9
2009-04-01, by Laure Bourgois
doubts in english: sphinx reads the comments and they appear on cwo
2009-04-01, by Emile Anclin
use english titles in english doc
2009-04-01, by Emile Anclin
remove reference to unavailable rql-tutorial.en.txt
2009-04-01, by Emile Anclin
doc improvements
2009-04-01, by Emile Anclin
optimize this code part
2009-03-31, by Graziella Toutoungis
[doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
2009-03-30, by Sandrine Ribeau
[doc] Add set-up of environment variables.
2009-03-30, by Sandrine Ribeau
remove all erudi and ginco occurences in the doc
2009-03-30, by Emile Anclin
add 'disabled' in html_attributes for YesNoRadioWidget
2009-03-30, by Stephanie Marcu
[devtools] improve output of exlog command
2009-03-30, by Nicolas Chauvat
[devtools] ExamineLog command does not fail on strange input and outputs to csv
2009-03-29, by Nicolas Chauvat
do_fti should be set earlier
2009-03-27, by sylvain thenault
use form.form_field_vocabulary instead of entity.vocabulary
tls-sprint
2009-03-27, by sylvain thenault
avoid deprecation warning, pylint cleanup
tls-sprint
2009-03-27, by sylvain thenault
oops, this method doesn't belong anymore to entity class
tls-sprint
2009-03-27, by sylvain thenault
field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary
tls-sprint
2009-03-27, by sylvain thenault
fix form instantiation
tls-sprint
2009-03-27, by sylvain thenault
cleanup, various fix to get something working
tls-sprint
2009-03-27, by sylvain thenault
date.strftime doesn't like unicode strings
tls-sprint
2009-03-27, by sylvain thenault
fix *relations_by_categories + rtags api/key mess
tls-sprint
2009-03-27, by sylvain thenault
actions specific selector
tls-sprint
2009-03-27, by sylvain thenault
fix support for old __rtags__ and widgets
tls-sprint
2009-03-27, by sylvain thenault
we have to clear _needs_iface to avoir crash on auto-reload
tls-sprint
2009-03-27, by sylvain thenault
backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one
tls-sprint
2009-03-27, by sylvain thenault
missing import
tls-sprint
2009-03-27, by sylvain thenault
forgot to add that expected method (was a function in view.__init__)
tls-sprint
2009-03-27, by sylvain thenault
remove nlp stuff
tls-sprint
2009-03-27, by sylvain thenault
merge
2009-03-26, by sylvain thenault
refactor to avoid having to define CW_INSTANCE_DATA when CW_REGISTRY is set
2009-03-26, by sylvain thenault
somewhat handle corrupted database when manually building a database
2009-03-26, by sylvain thenault
improve migration doc
2009-03-26, by Emile Anclin
merge
2009-03-26, by Emile Anclin
some more RQL doc improvements
2009-03-26, by Emile Anclin
Or is the french word for Gold ;)
2009-03-26, by Emile Anclin
explain cubicweb-ctl shell
2009-03-26, by Emile Anclin
doc improvements; typos
2009-03-26, by Emile Anclin
fix for booelan attribute which have empty string as false value and didn't work if default value for this attribute was True.
2009-03-26, by Stephanie Marcu
ensure do_fti is true in reindex_entities
2009-03-26, by sylvain thenault
new delay-full-text-indexation configuration option
2009-03-26, by sylvain thenault
use english example names
2009-03-25, by Emile Anclin
merge
2009-03-25, by Adrien Di Mascio
text_cut() accepts a gotoperiod parameter
2009-03-25, by Adrien Di Mascio
[javascript] new timeline bundle
2009-03-18, by Adrien Di Mascio
fix copyright
2009-03-18, by Adrien Di Mascio
support for old __rtags__
tls-sprint
2009-03-26, by sylvain thenault
fix imports
tls-sprint
2009-03-26, by sylvain thenault
cleanup
tls-sprint
2009-03-26, by sylvain thenault
turn old __rtags__ the new way
tls-sprint
2009-03-26, by sylvain thenault
remove rtags/methods to handle the action box from Entity, move it to the action box...
tls-sprint
2009-03-26, by sylvain thenault
pylint cleanup
tls-sprint
2009-03-26, by sylvain thenault
keep notion of relation tags, tough with simplier implementation and usage
tls-sprint
2009-03-26, by sylvain thenault
more form works
tls-sprint
2009-03-26, by sylvain thenault
don't kick objects accepting 'Any'
tls-sprint
2009-03-26, by sylvain thenault
rename to be clearer
tls-sprint
2009-03-26, by sylvain thenault
move .view method on AppRsetObject, move initialize_varmaker method on View
tls-sprint
2009-03-26, by sylvain thenault
change the way selected/__init__ are used for AppRsetObject
tls-sprint
2009-03-26, by sylvain thenault
rset may be None
tls-sprint
2009-03-26, by sylvain thenault
import location changed
tls-sprint
2009-03-26, by sylvain thenault
please stop/read carefully dumb copy / past
2009-03-25, by sylvain thenault
try to fix rss feed, but author still does'nt show up...
2009-03-25, by sylvain thenault
make pylint happy, fix some bugs on the way
tls-sprint
2009-03-25, by sylvain thenault
ensure we have a path set before creating the database
2009-03-24, by sylvain thenault
rename "adresse" into "adresse électronique"
2009-03-23, by Stephanie Marcu
pylint detected errors
tls-sprint
2009-03-23, by sylvain thenault
remove some bw compat code
tls-sprint
2009-03-23, by sylvain thenault
more linting
tls-sprint
2009-03-23, by sylvain thenault
pylint cleanup
tls-sprint
2009-03-23, by sylvain thenault
pylint cleanup, no more need for mx datetime conversion
tls-sprint
2009-03-23, by sylvain thenault
should call clear, not empth (thanks pylint)
tls-sprint
2009-03-23, by sylvain thenault
remove some old bw compat code
tls-sprint
2009-03-23, by sylvain thenault
merge
2009-03-23, by sylvain thenault
merge
1fbeb11a27a3
2009-03-20, by Laure Bourgois
fixing context.
1fbeb11a27a3
2009-03-20, by Laure Bourgois
refactoring RssItemView.
2009-03-20, by Laure Bourgois
copyright update
2009-03-23, by sylvain thenault
catch UnknownEid and set empty solutions on select nodes
2009-03-23, by sylvain thenault
fix rql2sq w/ outer join on subquery result
2009-03-20, by sylvain thenault
one more test, but skipped in it may be a won't fix
2009-03-20, by sylvain thenault
fix ms planning w/ relation constraint propagation
2009-03-20, by sylvain thenault
should not close the main connection
2009-03-20, by sylvain thenault
use critical severity so it shows up during test execution
2009-03-20, by sylvain thenault
define an IFRAME function to fix a bug on IE6 and IE7 to avoid to open a new window
2009-03-18, by Stephanie Marcu
fix dumb name error, should call cubes_search_path, not cubes_path
2009-03-17, by sylvain thenault
typos
2009-03-13, by Aurelien Campeas
[workflow] better crash on programming error than silently swallow things (needs review)
2009-03-13, by Aurelien Campeas
[boxes] that looked like a redundant call (needs review)
2009-03-13, by Aurelien Campeas
[tabs] don't spin madly when called in ajaxy/facet context; defer to default view
2009-03-13, by Aurelien Campeas
fix test: form_add_entity_hiddens *must* be called before build context, resulting in slightly different outputs...
tls-sprint
2009-03-12, by sylvain thenault
fix password widget: do not duplicate dom id, fix confirm field name
tls-sprint
2009-03-12, by sylvain thenault
display_field takes form as argument
tls-sprint
2009-03-12, by sylvain thenault
give field id in __repr__
tls-sprint
2009-03-12, by sylvain thenault
has_metadata is a schema method
tls-sprint
2009-03-12, by sylvain thenault
fix newcube command to deal with cubes path
2009-03-12, by sylvain thenault
drop useless and buggy statement
2009-03-12, by sylvain thenault
more guess_field tests and fixes
tls-sprint
2009-03-12, by sylvain thenault
NAV_FORM_PARAMETERS should be a tuple
tls-sprint
2009-03-12, by sylvain thenault
some test for meta attributes (XXX should be in yams)
tls-sprint
2009-03-12, by sylvain thenault
unification of meta-attributes handling:
tls-sprint
2009-03-12, by sylvain thenault
fix format_field detection for fields not using FormatConstraint
tls-sprint
2009-03-12, by sylvain thenault
backport has_format method from entity
tls-sprint
2009-03-12, by sylvain thenault
* turn tidy_html_hook into a regular application hook
tls-sprint
2009-03-12, by sylvain thenault
pylint fixes, media definitions on form as well
tls-sprint
2009-03-12, by sylvain thenault
cleanup
tls-sprint
2009-03-12, by sylvain thenault
test and fix guess_field, some pylint fixes
tls-sprint
2009-03-12, by sylvain thenault
moved to xmlrss
tls-sprint
2009-03-12, by sylvain thenault
typo
tls-sprint
2009-03-12, by sylvain thenault
process_rql now done in the controller
tls-sprint
2009-03-12, by sylvain thenault
a bit of reorganisation inside web/views:
tls-sprint
2009-03-12, by sylvain thenault
move has_format method to the entity schema class
tls-sprint
2009-03-12, by sylvain thenault
update dependencies so we don't forget
tls-sprint
2009-03-12, by sylvain thenault
commit pending work (started in TLS): starting to implement Creation/Edition form with new form API
tls-sprint
2009-03-12, by Adrien Di Mascio
cleanup
tls-sprint
2009-03-11, by sylvain thenault
move get_widget in the to-deprecate section
tls-sprint
2009-03-11, by sylvain thenault
api update
tls-sprint
2009-03-11, by sylvain thenault
rewrite inline edition form to use new form system (proof of concept, require the edition form working which is not yet done)
tls-sprint
2009-03-11, by sylvain thenault
cleanup
tls-sprint
2009-03-11, by sylvain thenault
more rendering control
tls-sprint
2009-03-11, by sylvain thenault
move fields and widgets to their own module
tls-sprint
2009-03-11, by sylvain thenault
should not give session as cnx.cursor(), else we may try to execute some query while no pool is set on the session
2009-03-11, by sylvain thenault
backport typo fix
2009-03-11, by Aurelien Campeas
merge
2009-03-11, by Katia Saurfelt
cleaning css
2009-03-11, by Katia Saurfelt
new image for unchecked state
2009-03-11, by Katia Saurfelt
update
2009-03-11, by Katia Saurfelt
new style massmailing view
tls-sprint
2009-03-11, by sylvain thenault
refactor to ease overriding
tls-sprint
2009-03-11, by sylvain thenault
unnecessary
tls-sprint
2009-03-11, by sylvain thenault
must record creation rank as an instance attribute
tls-sprint
2009-03-11, by sylvain thenault
if choices is None, call form_field_vocabulary
tls-sprint
2009-03-11, by sylvain thenault
new AjaxWidget
tls-sprint
2009-03-11, by sylvain thenault
not necesary (i think)
tls-sprint
2009-03-11, by sylvain thenault
checkbox widget should use vocabulary
tls-sprint
2009-03-11, by sylvain thenault
oops, select_object is a vreg method...
tls-sprint
2009-03-11, by sylvain thenault
simple div tag
tls-sprint
2009-03-11, by sylvain thenault
cleanup
tls-sprint
2009-03-11, by sylvain thenault
implement vocabulary for Boolean field
tls-sprint
2009-03-11, by sylvain thenault
EditableFileField
tls-sprint
2009-03-11, by sylvain thenault
* new load_bytes argument to form_field_value
tls-sprint
2009-03-11, by sylvain thenault
rename method to form_field_format
tls-sprint
2009-03-11, by sylvain thenault
test fixes
tls-sprint
2009-03-11, by sylvain thenault
field_by_name method (on class or instance)
tls-sprint
2009-03-11, by sylvain thenault
actual fields test, though it's still to early for form tests
tls-sprint
2009-03-11, by sylvain thenault
radio widget
tls-sprint
2009-03-11, by sylvain thenault
set tabindex
tls-sprint
2009-03-11, by sylvain thenault
allow arbitrary arguments
tls-sprint
2009-03-11, by sylvain thenault
cleanup
tls-sprint
2009-03-11, by sylvain thenault
use assertTextEquals
tls-sprint
2009-03-11, by sylvain thenault
require trcomment initial value
tls-sprint
2009-03-11, by sylvain thenault
expand onsubmit using form's __dict__
tls-sprint
2009-03-11, by sylvain thenault
fix attribute name for object relation
tls-sprint
2009-03-11, by sylvain thenault
fix format field vocabulary
tls-sprint
2009-03-11, by sylvain thenault
make forms selectable (appobject)
tls-sprint
2009-03-11, by sylvain thenault
simplify registry options to disable some appobjects to use a single option
tls-sprint
2009-03-11, by sylvain thenault
accept req as parameter for convenience
tls-sprint
2009-03-11, by sylvain thenault
print message to help debugging selector on error
tls-sprint
2009-03-11, by sylvain thenault
remove debug statement
2009-03-10, by Julien Jehannet
Added tag cubicweb-debian-version-3_1_2-1 for changeset a823124b812f
2009-03-10, by Aurelien Campeas
Added tag cubicweb-version-3_1_2 for changeset a9ba200ab150
cubicweb-debian-version-3_1_2-1
2009-03-10, by Aurelien Campeas
bump
cubicweb-version-3_1_2
2009-03-10, by Aurelien Campeas
typo
2009-03-10, by Aurelien Campeas
test fix
tls-sprint
2009-03-10, by sylvain thenault
don't fail if vobjects reference an unexistant class
tls-sprint
2009-03-10, by sylvain thenault
when reading the schema while adding/removing cubes, read schema in non-strict mode
tls-sprint
2009-03-10, by sylvain thenault
support yams'construction_mode
tls-sprint
2009-03-10, by sylvain thenault
fix to pass arguments to base class
tls-sprint
2009-03-10, by sylvain thenault
more datetime fixes and cleanup
tls-sprint
2009-03-10, by sylvain thenault
by default, don't set id attribute for hidden inputs
tls-sprint
2009-03-10, by sylvain thenault
restore limit on form_field_vocabulary, actually used
tls-sprint
2009-03-10, by sylvain thenault
update license, specify which the version of LGPL under which the code is provided
2009-03-10, by Adrien Di Mascio
merge
2009-03-10, by Aurelien Campeas
Added tag cubicweb-debian-version-3_1_1-1 for changeset dfaedb0bba88
2009-03-09, by Aurelien Campeas
Added tag cubicweb-version-3_1_1 for changeset ce8094084165
cubicweb-debian-version-3_1_1-1
2009-03-09, by Aurelien Campeas
avoid deprecation warning
tls-sprint
2009-03-10, by sylvain thenault
some datetime fixes
tls-sprint
2009-03-10, by sylvain thenault
remove unused working_hours function, new todate function since we can't compare date and datetime objects
tls-sprint
2009-03-10, by sylvain thenault
fix sys.path adjustment
2009-03-10, by Adrien Di Mascio
copyright / license update
2009-03-10, by Adrien Di Mascio
fix maintainer (acording to lgp)
cubicweb-version-3_1_1
2009-03-09, by Aurelien Campeas
uploaders update, cleanup
2009-03-09, by Aurelien Campeas
remove trailing space
2009-03-09, by Aurelien Campeas
merge
2009-03-09, by Aurelien Campeas
bump
2009-03-09, by Aurelien Campeas
use datetime instead of mx.DateTime
tls-sprint
2009-03-10, by sylvain thenault
search for cubes in a list of directories
2009-03-09, by sylvain thenault
fix name error
tls-sprint
2009-03-09, by sylvain thenault
add a use_fckeditor method on http request
tls-sprint
2009-03-04, by sylvain thenault
fix expected types
tls-sprint
2009-03-04, by sylvain thenault
fix w/ rset with more than one column
tls-sprint
2009-03-04, by sylvain thenault
should check fckeditor is installed before using the property
tls-sprint
2009-03-04, by sylvain thenault
typos, backport comment
tls-sprint
2009-03-04, by sylvain thenault
bw compat for vocabulary using new form
tls-sprint
2009-03-04, by sylvain thenault
typo, don't give treeid as argument to treeitemview (XXX auc?)
tls-sprint
2009-03-04, by sylvain thenault
backport default branch
tls-sprint
2009-03-04, by sylvain thenault
should not close main connexion
tls-sprint
2009-03-04, by sylvain thenault
fix automatic test: ensure we actually have
2009-03-04, by Laure Bourgois
merge
2009-03-04, by sylvain thenault
[i18n] duplicate entry in es.po : makes i18ncompile fail
2009-03-03, by Aurelien Campeas
[treeview] uuid is not available in the stdlib before python 2.5
2009-03-03, by Aurelien Campeas
[tabs] from rev 917 - got lost in a merge
2009-03-03, by Aurelien Campeas
merge treeview-tabs into default (for 3.1.1)
2009-03-03, by Aurelien Campeas
[treeview] if the client is not interested in maintaining the tree state across page reloads, we must provide a treeid
treeview-tabs
2009-03-03, by Aurelien Campeas
[tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176
treeview-tabs
2009-03-03, by Aurelien Campeas
sourcecode directive
2009-03-03, by sylvain thenault
fix duplicated msgid
2009-03-03, by sylvain thenault
removing useless method (bis)
2009-03-02, by Laure Bourgois
removing useless method for interfaces ISiocItem and ISiocContainer.
2009-03-02, by Laure Bourgois
call postAjaxLoad in addInlineCreationForm javascript function in order to call buildWysiwygEditors when a section of the page is reloaded
2009-03-02, by Stephanie Marcu
correction (removing comments)
2009-03-02, by Laure Bourgois
ISiocItem is an interface that is implemented by 'post' entities (in sioc specification) i.e blogentry, mail ...
2009-02-27, by Laure Bourgois
primaryRight class is a div that contains right boxes (if there is)
2009-02-27, by Laure Bourgois
remplacing tables by div for right (and left) box layout
2009-02-27, by Laure Bourgois
missing paren
tls-sprint
2009-03-02, by sylvain thenault
oops, missed one conflict
tls-sprint
2009-03-02, by sylvain thenault
backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for...
tls-sprint
2009-03-02, by sylvain thenault
import updates
tls-sprint
2009-03-02, by sylvain thenault
allow to pass attrs as argument explicitly
tls-sprint
2009-03-02, by sylvain thenault
rename EntityRelatedTab into EntityRelationView, some fixes
tls-sprint
2009-03-02, by sylvain thenault
fix some imports, update treeview for 3.2
tls-sprint
2009-02-27, by sylvain thenault
more tags, map klass -> class avoiding needs to use **dict
tls-sprint
2009-02-27, by sylvain thenault
add an XX message to remember to correct the bug: if a rtag is redefined in a subclass, the rtag of the base class overwrite the rtag of the subclass
2009-02-27, by Stephanie Marcu
use non-breakable space in time display
2009-02-26, by sylvain thenault
fix freezeFormButtons function
2009-02-26, by sylvain thenault
should use .cnx, not ._cnx
2009-02-26, by sylvain thenault
fix ldapsource w/ restriction on unsupported relation (return no results in that case)
2009-02-26, by sylvain thenault
update copyright
2009-02-26, by sylvain thenault
assert session has a pool set on error
2009-02-26, by sylvain thenault
set_state command in shell
2009-02-26, by sylvain thenault
fix .cnxid of RepositoryBasedTC to be actual cnx id...
2009-02-26, by sylvain thenault
add test for some WorkfloableMixIn methods
2009-02-26, by sylvain thenault
missing form.css in change state and delete confirmation forms
2009-02-26, by sylvain thenault
fix dependencies
2009-02-26, by sylvain thenault
fix #171339
2009-02-26, by sylvain thenault
Added tag cubicweb-debian-version-3_1_0-1 for changeset dd3efdf58d28
2009-02-25, by Sylvain
Added tag cubicweb-version-3_1_0 for changeset a711c7c185d1
cubicweb-debian-version-3_1_0-1
2009-02-25, by Sylvain
gargl, this shouldn't be there in case we're running py 2.4
cubicweb-version-3_1_0
2009-02-25, by sylvain thenault
3.1
2009-02-25, by sylvain thenault
accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
2009-02-25, by sylvain thenault
typo
2009-02-25, by sylvain thenault
oops, I though those methods had been tested, seems not...
2009-02-25, by sylvain thenault
don't need to cache all those properties, only progress_info should be cached
2009-02-25, by sylvain thenault
fix name error, filter out non empty rset
2009-02-25, by sylvain thenault
don't show download box nor download link for images, by default hide name attribute even if not specified in the interface
2009-02-25, by sylvain thenault
title may be None
2009-02-25, by sylvain thenault
round corders on ajax loads
2009-02-25, by sylvain thenault
i18n update
2009-02-25, by sylvain thenault
xhtml fixes: table has no align attribute, avoid inserting empty table
2009-02-25, by sylvain thenault
teardown_module now gets test results as arguement
2009-02-25, by sylvain thenault
properly init yams loader
2009-02-25, by sylvain thenault
require unicode
2009-02-25, by sylvain thenault
fix in facets (avoid to have an horizontal space between facets when facets are unfold)
2009-02-25, by Stephanie Marcu
merge
2009-02-24, by sylvain thenault
[registration] comment out until there is more meat
tls-sprint
2009-02-24, by Aurelien Campeas
[selectors] _needs real fix_ whack 'till it works for me
tls-sprint
2009-02-24, by Aurelien Campeas
missing import
tls-sprint
2009-02-24, by Aurelien Campeas
[forms] a note (understanding the cause would be nice)
tls-sprint
2009-02-24, by Aurelien Campeas
[selectors] for bacwkard compatibility, we must search the mro, not just the current class, in order not to miss __selectors__ in classes that do not redefine it
tls-sprint
2009-02-24, by Aurelien Campeas
[debian] move python-simplejson dependency to cubicweb-common
2009-02-24, by Julien Jehannet
merge
tls-sprint
2009-02-24, by Aurelien Campeas
fix imports : common.utils -> utils
tls-sprint
2009-02-24, by Aurelien Campeas
merge
tls-sprint
2009-02-24, by Aurelien Campeas
check ldap source has email configured before synchronization
2009-02-24, by sylvain thenault
avoid patching if already done
2009-02-24, by sylvain thenault
missing bw compat module
tls-sprint
2009-02-24, by sylvain thenault
needed by yams head
2009-02-24, by sylvain thenault
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
2009-02-24, by sylvain thenault
late evaluation of cubicweb:facetargs is necessary since its value may change
2009-02-24, by sylvain thenault
Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
2009-02-24, by ludal
[treeview] don't readd stuff to the header, poslish css classes
treeview-tabs
2009-02-23, by Aurelien Campeas
[treeview] rename, manage lastCollapsable
treeview-tabs
2009-02-23, by Aurelien Campeas
[treeview] treeid is passed along: we can manage as many trees as we want
treeview-tabs
2009-02-23, by Aurelien Campeas
[treeview] (in progress) treeid has to be produced from outside
treeview-tabs
2009-02-23, by Aurelien Campeas
text_cut must return unicode not string
2009-02-23, by Stephanie Marcu
removing foaf_usable
2009-02-23, by Laure Bourgois
if siderelation wrapp boxes into tables
2009-02-23, by Laure Bourgois
merge
2009-02-23, by Aurelien Campeas
unwanted merge : Backed out changeset 4328bcbd748e
2009-02-23, by Aurelien Campeas
oups
2009-02-23, by Laure Bourgois
merge
2009-02-23, by Laure Bourgois
merge
2009-02-23, by Laure Bourgois
right boxes do not expand to much on the left.
2009-02-23, by Laure Bourgois
[treeview] (inprogress) minimally working state-remembering treeview
treeview-tabs
2009-02-20, by Aurelien Campeas
[tabs] augment a bit the lazyview interface (very general now), tab groups are now marked per entity (thinking about the ?vid=primary case)
treeview-tabs
2009-02-20, by Aurelien Campeas
[treeview] (in progress) use less magic, having something that now allows prepopulating a part of the tree
treeview-tabs
2009-02-20, by Aurelien Campeas
right boxes aligment to the right
2009-02-20, by Laure Bourgois
cubicweb-core wasn't a virtual package
2009-02-20, by Julien Jehannet
merge
tls-sprint
2009-02-20, by sylvain thenault
prepare for deprecation
tls-sprint
2009-02-20, by sylvain thenault
oops
tls-sprint
2009-02-20, by sylvain thenault
fix DateTimePicker implementation, it should now work
tls-sprint
2009-02-20, by Adrien Di Mascio
select needs to accept an id
tls-sprint
2009-02-20, by Adrien Di Mascio
confirmation in password widget
tls-sprint
2009-02-20, by sylvain thenault
FileField backport
tls-sprint
2009-02-20, by sylvain thenault
should use StringField actuallly
tls-sprint
2009-02-20, by sylvain thenault
add needs_css and needs_js on widgets
tls-sprint
2009-02-20, by Adrien Di Mascio
fix label generation in forms
tls-sprint
2009-02-20, by Adrien Di Mascio
The value as returned by FieldWidget._render_attrs() is now always a list
tls-sprint
2009-02-20, by Adrien Di Mascio
vocabulary methods are now defined on forms, not on entities
tls-sprint
2009-02-20, by Adrien Di Mascio
implement default vocabulary method on Field, provide a specific one on RelationField
tls-sprint
2009-02-20, by Adrien Di Mascio
field debug helper
tls-sprint
2009-02-20, by Adrien Di Mascio
rename propname into format_prop
tls-sprint
2009-02-20, by Adrien Di Mascio
fix HiddenRelationField bug
tls-sprint
2009-02-20, by Adrien Di Mascio
provide basic methods to build fields from schema constraints / cardinality
tls-sprint
2009-02-20, by Adrien Di Mascio
put form buttons in a separate table
tls-sprint
2009-02-20, by Adrien Di Mascio
select tag now accepts a multiple argument
tls-sprint
2009-02-20, by Adrien Di Mascio
test and fixes
tls-sprint
2009-02-20, by sylvain thenault
oops
tls-sprint
2009-02-20, by sylvain thenault
rich field / fckeditor handling
tls-sprint
2009-02-20, by sylvain thenault
cleanup (until removal :)
tls-sprint
2009-02-20, by sylvain thenault
make fckeditor actually optional, fix its config, avoid needs for a link to fckeditor.js
tls-sprint
2009-02-20, by sylvain thenault
update imports
tls-sprint
2009-02-20, by sylvain thenault
fix field value for hidden edit[s|à] fields
tls-sprint
2009-02-20, by sylvain thenault
various fixes to have change state and deletion forms working
tls-sprint
2009-02-20, by sylvain thenault
seems I don't need bw compat support
tls-sprint
2009-02-20, by sylvain thenault
no need for both EntityRelatedTab / EntityRelatedView which are doing the same thing
tls-sprint
2009-02-20, by sylvain thenault
cleanup
tls-sprint
2009-02-20, by sylvain thenault
missing selectors, no more need for relation_possible when using has_related_entities (implied)
tls-sprint
2009-02-20, by sylvain thenault
fix ui.main-template property handling
tls-sprint
2009-02-20, by sylvain thenault
simply test if rset is None...
tls-sprint
2009-02-20, by sylvain thenault
view is optional
tls-sprint
2009-02-20, by sylvain thenault
fix custom selector
tls-sprint
2009-02-20, by sylvain thenault
typo
tls-sprint
2009-02-20, by sylvain thenault
should not use named args for req and rset when selecting
tls-sprint
2009-02-20, by sylvain thenault
use relation_possible from within has_relation, fix another bug
tls-sprint
2009-02-20, by sylvain thenault
assert select()
tls-sprint
2009-02-20, by sylvain thenault
EntityFieldsForm.form_render() doesn't need entity anymore
tls-sprint
2009-02-20, by Adrien Di Mascio
cleanup
tls-sprint
2009-02-19, by sylvain thenault
avoid deprecation warning
tls-sprint
2009-02-19, by sylvain thenault
oops
tls-sprint
2009-02-19, by sylvain thenault
more bw compat
tls-sprint
2009-02-19, by sylvain thenault
form to edit multiple entities, use it in DeleteConfForm
tls-sprint
2009-02-19, by sylvain thenault
update test, use a DateTimePicker widget
tls-sprint
2009-02-19, by Adrien Di Mascio
fix implementation errors import DateTimePicker
tls-sprint
2009-02-19, by Adrien Di Mascio
use EnvBasedTC since we need to access the schema
tls-sprint
2009-02-19, by Adrien Di Mascio
DatePicker widget
tls-sprint
2009-02-19, by Adrien Di Mascio
basic implementation of Date / Float fields
tls-sprint
2009-02-19, by Adrien Di Mascio
restore previous hidden input behaviour (edits- / edito- fields)
tls-sprint
2009-02-19, by Adrien Di Mascio
mini improvement to simple_sgml_tag: ignore attributes for which the value is None
tls-sprint
2009-02-19, by Adrien Di Mascio
provide a mini HTML select tag constructor
tls-sprint
2009-02-19, by Adrien Di Mascio
be sure to replace cubicweb-core
2009-02-19, by Julien Jehannet
(merge)
2009-02-19, by Julien Jehannet
reorganize debian packages (Closes: #1168)
2009-02-19, by Julien Jehannet
we want to keep control on jquery.js file version
2009-02-19, by Julien Jehannet
ask for translation from french
2009-02-19, by Julien Jehannet
FIXME where to put the file ?
2009-02-19, by Julien Jehannet
backup before breaking
2009-02-19, by Julien Jehannet
Use specific css files directly in views code
2009-02-11, by Julien Jehannet
simplify css style
2009-02-11, by Julien Jehannet
use rql button
2009-02-11, by Julien Jehannet
Split cubicweb.css into small parts
2009-02-11, by Julien Jehannet
update some prototype, ChangeStateForm
tls-sprint
2009-02-19, by sylvain thenault
set __errorurl, fix retreiving of field's value
tls-sprint
2009-02-19, by sylvain thenault
prefixed form methods to avoid potential conflicts with field names, button related method, a bit more serious renderer
tls-sprint
2009-02-19, by sylvain thenault
new label tag
tls-sprint
2009-02-19, by sylvain thenault
simple tags
tls-sprint
2009-02-19, by sylvain thenault
start django like forms
tls-sprint
2009-02-19, by sylvain thenault
cleanup
tls-sprint
2009-02-19, by sylvain thenault
merge
2009-02-19, by Katia Saurfelt
new jquery.corner.js version which doesn't make IE6 crash
2009-02-19, by Katia Saurfelt
oops
2009-02-19, by Aurelien Campeas
merge
tls-sprint
2009-02-19, by sylvain thenault
rename abstract_* selectors into partial_* + add docstrings
tls-sprint
2009-02-18, by Adrien Di Mascio
type -> etype
tls-sprint
2009-02-19, by sylvain thenault
update imports
tls-sprint
2009-02-18, by sylvain thenault
fix relation_possible, ensure we return int
tls-sprint
2009-02-18, by sylvain thenault
deprecate pagination method
tls-sprint
2009-02-18, by sylvain thenault
bw compat for selection for creation forms
tls-sprint
2009-02-18, by sylvain thenault
rename error template to avoid conflicts with the error view
tls-sprint
2009-02-18, by sylvain thenault
add migration script to update ui.main-template property
tls-sprint
2009-02-18, by Adrien Di Mascio
merge
tls-sprint
2009-02-18, by Adrien Di Mascio
The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset
tls-sprint
2009-02-18, by Adrien Di Mascio
two use cases for the 'not' selector
tls-sprint
2009-02-18, by Adrien Di Mascio
provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not'
tls-sprint
2009-02-18, by Adrien Di Mascio
fix LogFormTemplate selector
tls-sprint
2009-02-18, by Adrien Di Mascio
missing init
tls-sprint
2009-02-18, by sylvain thenault
merge, split baseviews (new csvexport, xmlrss and editviews modules)
tls-sprint
2009-02-18, by sylvain thenault
main template refactoring
tls-sprint
2009-02-18, by Adrien Di Mascio
test_views fixes
tls-sprint
2009-02-18, by sylvain thenault
fix test on systems that don't have simpleTAL installed
tls-sprint
2009-02-18, by Adrien Di Mascio
merge
tls-sprint
2009-02-18, by sylvain thenault
fix w/ template drop
tls-sprint
2009-02-18, by sylvain thenault
set PageContentTemplate stream for binary views
tls-sprint
2009-02-18, by Adrien Di Mascio
improve selector of RelatedObjectsVComponent: make sure the relation exists before fetching related entities
tls-sprint
2009-02-18, by Adrien Di Mascio
kill Template class and 'templates' registry
tls-sprint
2009-02-18, by sylvain thenault
OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
2009-02-18, by Laure Bourgois
small fix
2009-02-18, by Laure Bourgois
remove old calendar code
tls-sprint
2009-02-18, by sylvain thenault
update goa file
tls-sprint
2009-02-18, by sylvain thenault
cleanup, update import
tls-sprint
2009-02-18, by sylvain thenault
missing import
tls-sprint
2009-02-18, by Adrien Di Mascio
fix box selectors
tls-sprint
2009-02-18, by sylvain thenault
JsonController: only return an ajaxHtmlHead div if extra resources are needed
tls-sprint
2009-02-18, by Adrien Di Mascio
fix unittest_widgets.py: remove stupid (copy/paste) now().strftime call
tls-sprint
2009-02-18, by Adrien Di Mascio
fix unittest_widgets.py: the cubicweb-page-template format is only available when simpleTAL is found
tls-sprint
2009-02-18, by Adrien Di Mascio
set a default selector on base app objects class
tls-sprint
2009-02-18, by sylvain thenault
assert __select__ is callable
tls-sprint
2009-02-18, by sylvain thenault
update import
tls-sprint
2009-02-18, by sylvain thenault
use extra_kwargs attribute namte
tls-sprint
2009-02-18, by sylvain thenault
test update
tls-sprint
2009-02-18, by sylvain thenault
update import
tls-sprint
2009-02-18, by sylvain thenault
fix page_size handling, use abstract_has_related_entities
tls-sprint
2009-02-18, by sylvain thenault
fix State's RichString definition: 'default' was used instead of 'default_format'
tls-sprint
2009-02-18, by Adrien Di Mascio
remove buggy unittest_owl
tls-sprint
2009-02-18, by sylvain thenault
require explicit registration control
tls-sprint
2009-02-18, by sylvain thenault
restore appropriate in State's incontext view, moved it into wfentities
tls-sprint
2009-02-18, by Adrien Di Mascio
merge
tls-sprint
2009-02-18, by sylvain thenault
fix tests
tls-sprint
2009-02-18, by sylvain thenault
fix selector
tls-sprint
2009-02-18, by sylvain thenault
hide foaf_usable until cleaning
tls-sprint
2009-02-18, by sylvain thenault
fix specfied_etype_implements's __call__ prototype
tls-sprint
2009-02-18, by Adrien Di Mascio
oops
tls-sprint
2009-02-18, by sylvain thenault
protect against None rset
tls-sprint
2009-02-18, by sylvain thenault
update imports
tls-sprint
2009-02-18, by sylvain thenault
fix used selectors
tls-sprint
2009-02-18, by sylvain thenault
more iface based cleanup fixes
tls-sprint
2009-02-18, by sylvain thenault
merge
tls-sprint
2009-02-18, by sylvain thenault
fix test in-progress
tls-sprint
2009-02-18, by sylvain thenault
introduce abstract selectors to get rid of the my_selector() contagion
tls-sprint
2009-02-18, by Adrien Di Mascio
fix import, use non_final_entity instead of implements('Any')
tls-sprint
2009-02-18, by sylvain thenault
fix selector search and refactor auto-instantiation
tls-sprint
2009-02-18, by sylvain thenault
implements some str, fix implements selector, test and fixes
tls-sprint
2009-02-18, by sylvain thenault
less
more
|
(0)
-1920
+1920
+10000
tip