Историја ревизија

Аутор SHA1 Порука Датум
  romainq 1d69c5f27c OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='. пре 9 година
  romainq 99ec255431 Internal: DBSearch::Intersect to throw an exception whenever any of the merged queries have a queried class that does not correspond to the first joined class. This is a limitation of the current implementation of Intersect. Allowing such use cases would require quite a rework of that API. пре 9 година
  dflaven ccef399cfa Support of date and time custom formats... continuing towards the beta ! пре 9 година
  romainq 0064a82cd2 Fixed regression introduced with [3912] : autocomplete not working (new User request with lots of existing user requests) пре 9 година
  glajarige 682a9c7b5d DBSearch : Allow join between DBUnionSearch by adding the DBUnionSearch::Join verb пре 9 година
  romainq 3c7638bf00 Exclude magic parameters when listing query parameters (refactoring from run_query) This enables the use of magic parameters in the exports. The issue was less exposed in iTop 2.2.0 because only one single magic parameter was available. пре 9 година
  romainq 0dff1739a5 Internal: fixed the verb DBObjectSearch::IsAny пре 9 година
  romainq b5c84b99ca Internal: dehardcoded OqlUnionQuery::GetClass against the metamodel reflection API пре 9 година
  romainq 5f0de18ba6 Core API: added DBSearch:SetSelectedClasses пре 9 година
  romainq e8b4c78402 #1140 UNION queries not working -in fact, loss of the optimization on column load when filtering on org hierarchies (retrofit possible but the fix will be located in MetaModel) пре 9 година
  romainq 9628e5b4a1 Fixed regression introduced in 2.2.0 beta. Warning issued when opening an organization for modification пре 9 година
  romainq 61383b5378 #1123/#1133 The optimization on loaded columns in SQL queries was inoperant for some queries, resulting in a stopper issue if such queries were added to a union query (2.2.0 beta) пре 9 година
  dflaven 3473e5259b Bug fix: typo causing the generation of invalid SQL queries (in some rare cases). пре 10 година
  romainq 5ed735e8d0 #942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application. пре 10 година
  dflaven fc2c1498a6 Better error reporting (thanks to Stefan Goethals for suggesting it). пре 10 година
  romainq a97ec14388 #983 Sortering not possible on multi-column queries пре 10 година
  dflaven b6cefa790f Fix for a warning about mysql_free() revealing a problem with DBObjectSet пре 11 година
  romainq 4fe6b12cb0 OQL normalization and dashlets have been made independent from the class MetaModel пре 12 година
  romainq f5904fd2ea #702 The second implementation of this fix was still incomplete (not compatible with some constraint queries) пре 12 година
  romainq 57369a92a7 #702 The first implementation of this fiw was not incomplete (not compatible with some constraint queries) пре 12 година
  romainq 82b2e16742 #702 Ignoring the class when looking up for a polymorphic ext key пре 12 година
  romainq 0549edf93a Added a comment to explain why the APIs AddCondition_PointingTo and AddCondition_ReferencedBy must be left unprotected (do not clone the passed filter). See trac #639 пре 12 година
  dflaven 51219cc518 Fix for a SQL error (regression) in the Portal пре 12 година
  romainq a148f032eb Fixed stopper issue (found with an audit) due to copies of DBObjectSearch not cloned (or not cloned well) пре 12 година
  romainq d354d5c131 Integrated the multiple select in the portal (search closed tickets) пре 12 година
  romainq eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) пре 12 година
  romainq 429143ab3f Fixed two bugs revealed with specific constraints (query expression like 'SELECT b FROM a JOIN b', AND the organization context is set) пре 12 година
  romainq 60da6859a4 #439 Record and display changes in the link sets (ex: Members of a team) пре 12 година
  dflaven c1d7824a0e Bug fix: AddToDashboard crashed the menu. пре 12 година
  romainq fc65906a86 Fixed an issue revealed by fix [2201], occurring when filtering on organization (context) - the fix is not complete (see Trac #588) пре 12 година