2009-02-11 sylvain thenault fix test (this view is not used actually...)
2009-02-11 sylvain thenault no more htmlcheck argument
2009-02-10 Laure Bourgois email is no crypted anymore in foaf view
2009-02-10 Aurelien Campeas Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
2009-02-10 Aurelien Campeas Added tag cubicweb-version-3_0_9 for changeset 7ad527099393 cubicweb-debian-version-3_0_9-1
2009-02-10 Aurelien Campeas published cubicweb-version-3_0_9
2009-02-10 Emile Anclin some doc typos
2009-02-09 Aurelien Campeas [testlib] fix pb. related to class scoped variables
2009-02-09 sylvain thenault old .validators attribute is now .vid_validators
2009-02-09 Laure Bourgois add a linked data view for project. this linked data view will be extended to pertinent entities in the future. We remark that we use doap format if it exists (doap:created, doap:description ...), we use our own vocabulary (available in tbox view) if doap does not supports it.
2009-02-06 Aurelien Campeas [selectors] fix inline doc
2009-02-06 Aurelien Campeas [tabs] prepare for reloadability
2009-02-06 Laure Bourgois error correction
2009-02-06 Laure Bourgois small fix
2009-02-05 Laure Bourgois oups
2009-02-05 Laure Bourgois new foaf version
2009-02-04 Aurelien Campeas [actions] import * : just say no
2009-02-03 Adrien Di Mascio [gmap] zoom level is now a url parameter
2009-02-02 Laure Bourgois pertinent title layout for OWL view
2009-02-02 Laure Bourgois comments fix
2009-02-02 Laure Bourgois refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
2009-02-02 Aurelien Campeas [testlib] quickfix (needs review) : missing validators attribute
2009-02-02 Aurelien Campeas missing quotes #102063
2009-01-30 Aurelien Campeas [tabs] dead code
2009-01-30 sylvain thenault merge
2009-01-30 Aurelien Campeas [tabs] fix the no-eid case, remove unused code
2009-01-30 Adrien Di Mascio fix js syntax in tabs.forceview()
2009-01-30 Adrien Di Mascio simplification of lazy tabs mechanism
2009-01-30 Adrien Di Mascio use lgc.decorators.monkeypatch in tabs.py
2009-01-30 Adrien Di Mascio fix default value of pyro ns host
2009-01-30 Adrien Di Mascio [javascript] extract ajax postprocessing in a separate function
2009-01-30 Julien Jehannet (merge)
2009-01-30 Julien Jehannet add required attribute modname in __pkginfo__.py skeleton
2009-01-30 Laure Bourgois small corrections
2009-01-30 sylvain thenault xhtml fixes
2009-01-30 sylvain thenault set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
2009-01-30 sylvain thenault refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
2009-01-30 sylvain thenault implements cell_call
2009-01-30 sylvain thenault specify content type for text views
2009-01-30 sylvain thenault use self.rset / self.row
2009-01-30 sylvain thenault fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
2009-01-30 sylvain thenault EntityVComponent should now implements cell_call
2009-01-30 sylvain thenault give row when selecting/dispatching content navigation component
2009-01-30 sylvain thenault typo
2009-01-30 sylvain thenault typo
2009-01-30 sylvain thenault function to make generation of a simple sgml tag
2009-01-30 sylvain thenault hcal is a microformat and can be inserted in html
2009-01-30 sylvain thenault foaf euser view
2009-01-30 sylvain thenault cubicweb__loadurl -> cubicweb:lazyloadurl
2009-01-30 sylvain thenault fix table filter form: get_widget shouldn't be called once rqlst has been recovered
2009-01-29 sylvain thenault remove debug print
2009-01-29 sylvain thenault pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)
2009-01-29 sylvain thenault method has been renamed
2009-01-29 sylvain thenault oops
2009-01-29 sylvain thenault owl cleanup
2009-01-29 sylvain thenault search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
2009-01-29 sylvain thenault sax only validator for owl views for now
2009-01-28 sylvain thenault while EntityView has been used here?? (changeset 501 by laure)
2009-01-28 Laure Bourgois cleaning code
2009-01-28 Aurelien Campeas merge
2009-01-28 Aurelien Campeas [tabs] improve pylint note :)
2009-01-28 Laure Bourgois OWLABOXView correction
2009-01-28 Laure Bourgois OWLABOXView correction
2009-01-28 Laure Bourgois merge
2009-01-28 Laure Bourgois cleaning OWLView
2009-01-28 Aurelien Campeas missing import
2009-01-28 Aurelien Campeas [tabs] cookie name par cube instance will reduce cookie collisions
2009-01-28 Laure Bourgois OWLView correction (namespace)
2009-01-28 Laure Bourgois owl module has two views : OWLView (TBOX) and OWLABOXView (more or less ABOX. indeed, it layout ABOX information only for an specific entity and not all entities)
2009-01-28 Laure Bourgois removing OWLView from this file (in order to put OWLView into owl module)
2009-01-28 sylvain thenault merge
2009-01-28 Aurelien Campeas merge
2009-01-28 Aurelien Campeas [tabs]
2009-01-28 sylvain thenault refactor table views to share more code and to avoid empty filter table in some case
2009-01-28 sylvain thenault set default to empty string, not None
2009-01-28 Stephanie Marcu [#80966] Opera supports xhtml and handles namespaces properly but it breaks jQuery.attr(), so xhtml_browser return False if the webbrowser is opera
2009-01-28 Aurelien Campeas python 2.4 compat
2009-01-28 Adrien Di Mascio backport stable branch changesets
2009-01-28 Adrien Di Mascio [javascript] minor lints 3.0
2009-01-27 Aurelien Campeas clenaup
2009-01-27 Aurelien Campeas [tabs] prune tab set _before_ computing & setting 'active' tab
2009-01-27 Aurelien Campeas [tabs]
2009-01-27 Aurelien Campeas fix a pb. with something -- but WHAT was that ? :-/
2009-01-27 Aurelien Campeas [tabs] avoid nasty surprises when tab name change & the cookie remembers the past
2009-01-27 Aurelien Campeas merge
2009-01-27 Aurelien Campeas [tabs] provide a working tabs implementation, that lazy-loads tab content & should remember the current position
2009-01-27 Sylvain Added tag cubicweb-debian-version-3_0_4-1 for changeset fc222bc99929 3.0
2009-01-27 Sylvain Added tag cubicweb-version-3_0_4 for changeset 2e400b8dfc25 3.0 cubicweb-debian-version-3_0_4-1
2009-01-27 sylvain thenault 3.0.4 3.0 cubicweb-version-3_0_4
2009-01-27 Adrien Di Mascio backport stable branch changesets
2009-01-27 Adrien Di Mascio insert missing is_instance_of relations during db-init 3.0
2009-01-27 sylvain thenault update some copyrights
2009-01-27 sylvain thenault merge
2009-01-27 sylvain thenault allow divid as method argument (backport from default) 3.0
2009-01-27 sylvain thenault yield self if no ft container found 3.0
2009-01-27 sylvain thenault should clear local perm cache if first attempt failed 3.0
2009-01-27 sylvain thenault don't check owl
2009-01-27 sylvain thenault fix test
2009-01-26 sylvain thenault xhtml compliance
2009-01-26 sylvain thenault remove debug print
2009-01-26 sylvain thenault oops
2009-01-26 sylvain thenault allow divid as argument
2009-01-26 sylvain thenault unnecessary
2009-01-26 Adrien Di Mascio [facets] AttributeFacet can now declare which kind of comparator they want to use, default is '=' (+ tidy trailing white spaces)
2009-01-26 Adrien Di Mascio updated list of cubes in the doc
2009-01-23 Julien Jehannet (merge)
2009-01-23 Julien Jehannet [treeview] replace span elements by div for xhtml conformance
2009-01-16 Julien Jehannet add Homepage field in debian/control
2009-01-16 Julien Jehannet use 99 as default sequence number in runlevel
2009-01-23 Laure Bourgois merge
2009-01-23 Laure Bourgois owl schema error correction
2009-01-23 Adrien Di Mascio backport stable branch changesets
2009-01-23 Adrien Di Mascio fix syntax in skeleton's __pkginfo__.py 3.0
2009-01-22 Laure Bourgois merge
2009-01-22 Laure Bourgois this test validate that the generated owl (from a cubicweb instance) respect owl xml schema (and rdf xml schema).
2009-01-21 Adrien Di Mascio backport stable branch changesets
2009-01-21 Adrien Di Mascio fix EditRelationBoxTemplate: the box might be passed an additional 'view' paraemter 3.0
2009-01-21 Laure Bourgois ontology comment
2009-01-21 Laure Bourgois OwlView generated a owl layout from schema application. It can be registered with an owl extension.
2009-01-21 Adrien Di Mascio update dependencies in js unit tests
2009-01-20 Aurelien Campeas a note for later
2009-01-20 Aurelien Campeas typo
2009-01-20 sylvain thenault pylint fixes
2009-01-20 sylvain thenault pylint fixes
2009-01-19 sylvain thenault use empty string instead of None as possible context value to avoid getting an <optgroup> tag in associated widget
2009-01-19 sylvain thenault selector update
2009-01-19 sylvain thenault test fixes
2009-01-19 sylvain thenault cleanup
2009-01-19 sylvain thenault fix need intersect detection
2009-01-19 sylvain thenault error resilient state method
2009-01-19 sylvain thenault fix unittest_repository
2009-01-16 sylvain thenault test fixes
2009-01-16 sylvain thenault need_intersect test and fixes
2009-01-15 sylvain thenault merge stable branch
2009-01-15 sylvain thenault apycot fix 3.0
2009-01-15 sylvain thenault merge 3.0
2009-01-15 Adrien Di Mascio [javascript][facets] facetargs wasn't evaluated in all cases 3.0
2009-01-15 sylvain thenault cross relations handling fix 3.0
2009-01-15 sylvain thenault missing html_escape 3.0
2009-01-15 sylvain thenault massive selector update 3.0
2009-01-15 sylvain thenault any_rset is a better name than rset 3.0
2009-01-15 sylvain thenault some changes to make update to new selector names easier 3.0
2009-01-15 sylvain thenault consider vocabulary of Int fields 3.0
2009-01-15 sylvain thenault move selection of entity types to test in a method to ease overriding 3.0
2009-01-15 sylvain thenault oops, var shouldn't be poped there 3.0
2009-01-15 Adrien Di Mascio sort email addresses and remove doubled ones before sending the email
2009-01-15 Adrien Di Mascio creating 3.0 maintenance branch 3.0
2009-01-15 Adrien Di Mascio add missing data file + jslint
2009-01-14 sylvain thenault merge
2009-01-14 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset a736bae56d4a
2009-01-14 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset 0cb027c056f9 cubicweb-debian-version-3_0_3-1
2009-01-14 Aurelien Campeas my mistake cubicweb-version-3_0_3
2009-01-14 Aurelien Campeas bump
2009-01-14 sylvain thenault oops, get back cross_relation from mapping to rql source
2009-01-14 sylvain thenault merge
2009-01-14 Aurelien Campeas Added tag cubicweb-debian-version-3_0_3-1 for changeset 463ba5606b15
2009-01-14 Aurelien Campeas Added tag cubicweb-version-3_0_3 for changeset a7366dd3c33c
2009-01-14 Adrien Di Mascio fix bug in entity.related_rql(): fetch_attr list / fetchorder weren't computed correctly
2009-01-14 Sylvain merge
2009-01-14 Sylvain Added tag cubicweb-debian-version-3_0_2-1 for changeset 18d3e56c1de4
2009-01-14 Sylvain Added tag cubicweb-version-3_0_2 for changeset 221886d8e3c8 cubicweb-debian-version-3_0_2-1
2009-01-14 sylvain thenault add a max-width
2009-01-14 sylvain thenault reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases
2009-01-14 sylvain thenault selector update
2009-01-14 sylvain thenault merge cubicweb-version-3_0_2
2009-01-14 Adrien Di Mascio [documentation] add some more rql documentation
2009-01-14 Adrien Di Mascio [documentation] update cube names and add links to their page on the forge
2009-01-14 Adrien Di Mascio update documentation of cube structure
2009-01-14 sylvain thenault 3.0.2
2009-01-14 sylvain thenault cleanup, backport manage perm action from jpl
2009-01-14 sylvain thenault 'as' becomes a keyword when with statement activated
2009-01-14 sylvain thenault don't use global _
2009-01-13 sylvain thenault merge
2009-01-12 Aurelien Campeas don't introduce a spurious 'x' key in the entity-as dict
2009-01-13 sylvain thenault refactor
2009-01-13 sylvain thenault catch Exception in case there is some unexepected selector bug
2009-01-13 sylvain thenault fix w/ local roles
2009-01-13 sylvain thenault cross_relations support
2009-01-13 sylvain thenault OR EXISTS fix, typos
2009-01-13 sylvain thenault skip neged relation here as well
2009-01-13 sylvain thenault avoid potentialy mis-interpreted attribute error
2009-01-12 sylvain thenault this should have been in 3.0.1
2009-01-12 sylvain thenault selector update
2009-01-12 sylvain thenault password can now be given as optional argument
2009-01-12 sylvain thenault don't try to remove relation if source has no entities
2009-01-09 Aurelien Campeas typo
2009-01-09 sylvain thenault merge
2009-01-09 Aurelien Campeas [FAQ] debugging selectors : a new faq entry
2009-01-09 sylvain thenault fix entities cleanup: source entities may be used in some relations
2009-01-09 sylvain thenault oops
2009-01-09 sylvain thenault db-check fixes
2009-01-09 Adrien Di Mascio [javascript] add safety belt in cubicwebSortValueExtraction for cases where cubicweb:sortvalue is not available
(0) -192 +192 +1000 +3000 +10000 tip