2009-07-24 |
Aurelien Campeas |
[reledit] attributes : have a laning zone after all (less intrusive), fix likely bug of relation edition
stable
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
take care to migration w/ X.Y.Z_Any.py / X.Y.Z_common.py
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
take care of sources with no write support (eg ldapuser)
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
fix versions_map doc
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
migrate option
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
unused (unusable actually)
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
fix/enhance baseview doc
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
new distinguish repairing/creating from regular start.
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
fix syntax/import errors & adapted list base class
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
begin to drop ref to secondary view
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
new adaptedlist view
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
move all view.url() logic in a single implementation
|
changeset |
files
|
2009-07-24 |
Sylvain Thénault |
don't fail on unknown eid, simply issue a warning
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
[server] take a chance to grab base-url from all-in-one config if not specified explicitly
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
hide cwuri from web forms
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
usage of '**' is deprecated in RelationType declaration, use '*' instead
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
add migration script for the new cwuri metadata attribute
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
fix indentation problems in bootstrap_migration (use 4 spaces instead of 3)
|
changeset |
files
|
2009-07-24 |
Adrien Di Mascio |
fix mkstemp() usage in migration commands
|
changeset |
files
|
2009-07-23 |
Aurelien Campeas |
fix a couple NameErrors
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
backport stable branch into default
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
merge
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
new cwuri metadata + a few tests fixes on the way
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
[tests] fixes (including two operations renaming)
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
add simple tests for standard metadata hooks
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
[tests] remove some other 'meta' relation usage in tests
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
fix SystemHook declaration, accepts=('',) doesn't mean anything
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
merge
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
add list of cubes included in the standard library
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
#344747: add env var CW_MODE
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
merge
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
fix schemaserial tests: meta doesn't exist anymore
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[refactor] #342855: replace uses of (deprecated) mktemp
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
rename environment variables
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[cleanup] fix typo
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
#343093: display workflow
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[cleanup] fix tests
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
merge
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
#343227: display the workflow history of any entity
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[cleanup] fix tests
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[cleanup] fix deprecation warnings
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
move all schema related views where they belong (eg not startup), fix schema graph views
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
sparql: support for literal restriction
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
add sameAs support in cubicweb standard schema
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
#197873: quick access to info for bug report
|
changeset |
files
|
2009-07-23 |
Nicolas Chauvat |
[stdlib] list of cubes included in the cubes standard library
stable
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
sparql support for limit/offset/orderby
|
changeset |
files
|
2009-07-23 |
Sylvain Thénault |
cleanup/document/refactor
|
changeset |
files
|
2009-07-23 |
Adrien Di Mascio |
python-lxml is now a real dependency
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
use space as separator, dot may be found in xml ns
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
distinct / reduced support
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
possibility to choose results format, set a nicer file name on sparqlxml view
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
use space as separator, dot may be found in xml ns
|
changeset |
files
|
2009-07-22 |
Adrien Di Mascio |
simple implementation of sparql XML resultset view
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
merge
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
quick and dirty support from simple sparql queries + base ui
|
changeset |
files
|
2009-07-22 |
Aurelien Campeas |
does not make sense any more
|
changeset |
files
|
2009-07-22 |
Aurelien Campeas |
a note about branches
|
changeset |
files
|
2009-07-22 |
Arthur Lutz |
add classifiers
stable
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
optional rset
|
changeset |
files
|
2009-07-22 |
Sylvain Thénault |
should ensure lgc is configured to not use mx to avoid error if backend module is missing mx support
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.3.4-1 for changeset 7dc22caa7640
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
Added tag cubicweb-version-3.3.4 for changeset d46363eac5d7
stable cubicweb-debian-version-3.3.4-1
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
properly remove tests from packages
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
more test location fixes
stable cubicweb-version-3.3.4
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
don't remove devtools test, properly move etwist tests
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
update lgc dependency
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
has been renamed
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
properly(?) remove test from standard packages
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
copy test to cubicweb-dev
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
3.3.4
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
2009-07-21 |
Aurelien Campeas |
remove with statement
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
fix typo, remove debug
stable
|
changeset |
files
|
2009-07-21 |
Sylvain Thénault |
strange, how does it work by computing maxrelated once everything is done ?
|
changeset |
files
|
2009-07-21 |
Nicolas Chauvat |
[views] epropertiesform renamed propertiesform
stable
|
changeset |
files
|
2009-07-21 |
Aurelien Campeas |
[primary] restore render_entity, as it is a bit too much work to update everything accordingly
|
changeset |
files
|
2009-07-21 |
Aurelien Campeas |
a standard-conformant fix for sgml_tags
|
changeset |
files
|
2009-07-21 |
Aurelien Campeas |
a standard-conformant fix for sgml_tags
stable
|
changeset |
files
|
2009-07-21 |
Nicolas Chauvat |
[shell] move toolsutils.confirm() to logilab.common.shellutils
stable
|
changeset |
files
|
2009-07-19 |
Nicolas Chauvat |
[cw-ctl] improve dialog messages
stable
|
changeset |
files
|
2009-07-18 |
Nicolas Chauvat |
[cw-ctl] improve dialog messages
stable
|
changeset |
files
|
2009-07-18 |
Nicolas Chauvat |
[cw-ctl] improve dialog messages
stable
|
changeset |
files
|
2009-07-18 |
Nicolas Chauvat |
[doc] add list of dependencies in appendix
stable
|
changeset |
files
|
2009-07-17 |
Aurelien Campeas |
[reledit] backport default branch fix
stable
|
changeset |
files
|
2009-07-17 |
Aurelien Campeas |
[treeview] nicer cookie name
|
changeset |
files
|
2009-07-17 |
Aurelien Campeas |
[reledit] looks better on the left
|
changeset |
files
|
2009-07-17 |
Aurelien Campeas |
[reledit] separate value from landing zone
|
changeset |
files
|
2009-07-17 |
Adrien Di Mascio |
[api] update dbapi.connect() calls to match new prototype (user parameter is now named login)
stable
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
[views] fix some crashers (schema still does not render properly, might be yams side)
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
[tabs] backport entity-less support for tabs
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
[js] shrink htmlhelpers, extract massmailing functionality, jslint
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
[primary] cleanup, render_entity -> cell_call
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
shrink a bit the tabs
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
[reledit] simplify a bit more
stable
|
changeset |
files
|
2009-07-16 |
Aurelien Campeas |
backport stable branch
|
changeset |
files
|
2009-07-16 |
Adrien Di Mascio |
[reledit] restore primaryview_display_ctrl usage by default in reledit (including bugfix over last implementation)
stable
|
changeset |
files
|
2009-07-15 |
Nicolas Chauvat |
[web] cubicweb.widgets.js was missing in treeview
stable
|
changeset |
files
|
2009-07-15 |
Aurelien Campeas |
*gasp*
stable
|
changeset |
files
|
2009-07-15 |
Aurelien Campeas |
[tests] follow common.tags change
stable
|
changeset |
files
|
2009-07-15 |
Aurelien Campeas |
[reledit] remove buggy check, postpone functionnality to 344615
stable
|
changeset |
files
|
2009-07-15 |
Aurelien Campeas |
please html (non-xhtml) browsers # close 344205
stable
|
changeset |
files
|
2009-07-15 |
Adrien Di Mascio |
[schema] fix yams' add_relation monkeypatching
|
changeset |
files
|
2009-07-10 |
Sylvain Thénault |
merge
stable
|
changeset |
files
|
2009-07-10 |
Aurelien Campeas |
a warning for attemps to reledit the wrong side of a composite
stable
|
changeset |
files
|
2009-07-10 |
Aurelien Campeas |
[reledit] simplify, fixing #344545
stable
|
changeset |
files
|
2009-07-10 |
Sylvain Thénault |
consider primaryview_display_ctrl in reledit, XXX should split into reledit / autoreledit
stable
|
changeset |
files
|
2009-07-10 |
Sylvain Thénault |
new RelationTagsDict class, use it in uicfg where necessary
stable
|
changeset |
files
|
2009-07-10 |
Sylvain Thénault |
use msgid, update i18n
stable
|
changeset |
files
|
2009-07-10 |
Adrien Di Mascio |
[skeleton] the new implementation of data_files will never raise a OSError
stable
|
changeset |
files
|
2009-07-09 |
Aurelien Campeas |
[formwidgets] let the textarea height be dependant on the actual content (up to a limit)
stable
|
changeset |
files
|
2009-07-09 |
Aurelien Campeas |
[reledit] allow composite edition if the composite is object
stable
|
changeset |
files
|
2009-07-09 |
Aurelien Campeas |
[js] small cleanup
stable
|
changeset |
files
|
2009-07-09 |
Aurelien Campeas |
[js] lint
stable
|
changeset |
files
|