2010-10-22 |
Julien Jehannet |
[uilib] soup2xhtml uses now lxml.html.Cleaner
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
fix bad merge
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
cleanups
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-09-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-08-31 |
Aurelien Campeas |
[test/entity] fix test (following mtconverter 0.8+ plain text transform change)
stable
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-08-11 |
Alexandre Fayolle |
work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected
stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
stop being dumb please
stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Sylvain Thénault |
[test] generated html differs w/ pygments version
stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
[repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] fix test inter-dependancies pb. Pytest ok in each individual test dir, though not yet for whole cubicweb, but for different reasons
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] cleanup
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
fix tests
stable
|
file |
diff |
annotate
|
2010-02-18 |
Sylvain Thénault |
fix #694445: related entity generates weird RQL which in turn generates weird SQL which fails on SQL Server
stable
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
clear rest_path __unique cache in clear_all_caches, fix related test
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
test api update
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
some cw 3.6 api update
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-19 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
2009-11-12 |
Sylvain Thénault |
close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet)
stable
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
test fix
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
[entity] make related_rql honors its targettypes argument
stable
|
file |
diff |
annotate
|
2009-10-14 |
Sylvain Thénault |
allow to link to multiple entities
stable
|
file |
diff |
annotate
|
2009-10-14 |
Sylvain Thénault |
nicer create_entity implementation (and test)
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
2009-09-22 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
2009-09-21 |
Aurelien Campeas |
a case for tidy : for your consideration
stable
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
unrelated_rql now considers relation's add perm
3.5
|
file |
diff |
annotate
|
2009-09-10 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-09 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-09 |
Sylvain Thénault |
test fixes and enhancement
stable
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
some test fixes, more in the 3.5 branch
stable
|
file |
diff |
annotate
|