Pierre Goiffon
1968c60770
📝 \DBObjectSet::ToArray PHPDoc
2020-06-16 12:32:57 +02:00
Eric
34f8fff01c
Fetch() ignore row when sub-class does not exist
2020-01-08 16:38:11 +01:00
Eric
d2543e9c67
🐛 Fix bad calls to OptimizeColumnLoad
2019-11-27 15:38:30 +01:00
Pierre Goiffon
358adb2109
📝 Some PHPDoc complement
2019-10-28 16:19:30 +01:00
OИUЯd da silva
9c75cb4537
:note: PhpDoc generation for the public API ( #63 )
...
- generate phpdoc to a dokuwiki compatible format
- add/update the phpdoc of a selection of class methods
2019-05-21 12:05:52 +02:00
Eric
8577fc6701
N°931: Integrity controls
2018-09-11 12:22:50 +02:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Guillaume Lajarige
d0322b471d
PHPDoc
...
SVN:trunk[5972]
2018-07-24 16:03:15 +00:00
Guillaume Lajarige
4ba8c9ff9e
Fix default classes order by on DBObjectSet.
...
SVN:trunk[5886]
2018-06-15 13:42:00 +00:00
Eric Espié
f920851420
N°1420 - Performances enhancement (enhance counts)
...
SVN:trunk[5844]
2018-06-08 13:13:33 +00:00
Eric Espié
70a0a3c52e
N°1420 - Performances enhancement
...
SVN:trunk[5833]
2018-06-07 15:06:38 +00:00
Eric Espié
cae4526b3b
Performance enhancement. Avoid multiple count requests.
...
SVN:trunk[5373]
2018-02-27 15:54:30 +00:00
Pierre Goiffon
fb8b0f4f65
PHPDoc for methods called by MetaModel
...
SVN:trunk[5299]
2018-01-31 10:31:23 +00:00
Pierre Goiffon
fb22107be8
N.689 workaround on MySQL number of joins limit (61)
...
* change MySQLException to store initial exception code
* added a try/catch to launch query with full lazy load (no attr => only id)
* load finalClass field if needed (class is nor standalone nor a final leaf)
SVN:trunk[5051]
2017-10-19 13:43:06 +00:00
Eric Espié
bfde101f6b
N.1065 Fix performance issues (unexpected objects reload).
...
* Fix regression in 2.4 into attribute optimization (archive_flag, obsolescence_flag).
* Fix attribute optimization (friendlyname for ExternalField pointing to ExternalKey)
SVN:trunk[4965]
2017-10-05 09:10:00 +00:00
Guillaume Lajarige
8183674fc6
Internal: Typo in PHPDoc
...
SVN:trunk[4948]
2017-09-27 12:51:36 +00:00
Guillaume Lajarige
bad5aff764
Internal: PHPDoc on some DBObjectSet methods.
...
SVN:trunk[4868]
2017-08-18 15:37:44 +00:00
Romain Quetiez
43b8522b85
Rework of the edition of 1-N and N-N links: managed as a delta from the GUI down to the the lowest APIs.
...
- Fixes the management of obsolete linked data.
- N.744 Fixes concurrent modifications (example: a user modifies a team, another user modifies a person related to that same team). Still NOT fixed with the customer portal.
- N.849 Fixes links edition in the case some data are not allowed to the current user (organization silos) -TO BE TESTED
- #1145 Fixes the creation of duplicate links in one step (Server to NW Device)
- #1147 Fixes the update of duplicate links
SVN:trunk[4766]
2017-06-21 15:47:28 +00:00
Romain Quetiez
944c24e18f
Internal: document variables to ease code browsing
...
SVN:trunk[4740]
2017-05-17 13:21:09 +00:00
Romain Quetiez
248f8d6fd4
Obsolescence: finalizing the implementation of the flag (hide obsolete objects, show an icon on hyperlinks and a tag on the object details, user preference defaulting to the new setting 'show_obsolete_data')
...
SVN:trunk[4739]
2017-05-17 08:51:10 +00:00
Romain Quetiez
2f8dc0fa0f
Prerequisite for #1334 . New API: DBObjectSet::SetOrderByClasses. Helper to sort on multicolumn queries (SELECT a, b FROM)
...
SVN:trunk[4413]
2016-09-23 15:05:06 +00:00
Romain Quetiez
70e0fab267
Fixed regression introduced with [3912] and partially fixed in [3954] : when the autocomplete is active, then the search dialog was not working anymore.
...
SVN:trunk[3972]
2016-03-30 12:11:57 +00:00
Romain Quetiez
ced87e71cb
Magic query arguments - fixed a regression: URL exceeding 4000 characters (!) because the serialized queries were including magic arguments. Those arguments must be computed right before executing the query. An alternative to this implementation could be to serialize a DBSearch with its parameters computed at serialization time.
...
SVN:trunk[3939]
2016-03-04 15:03:46 +00:00
Romain Quetiez
e0fad5e0e6
Magic query arguments:
...
- In addition to current_contact_id, the following arguments can be used in any OQL query (provided that the page running the query requires a login): current_contact->attcode and current_user->attcode
- Code refactoring: magic arguments in one single place
- The "Run queries" page is now taking into account those magic arguments (do not prompt the end-user with these arguments!)
SVN:trunk[3912]
2016-02-17 18:55:46 +00:00
Denis Flaven
489820cfe7
#1049 : CSV import (and edition) of n:n links. The Differences() function is NOT commutative: the original value (i.e. the one from the database) must the the first argument.
...
SVN:trunk[3752]
2015-09-12 09:29:32 +00:00
Romain Quetiez
b1887ae431
#1111 Could not attach a UserRequest to a Problem (1-N links). Could not detach either! This fix requires attention: it is assumed that an item of a link set, if it is "modified" then its key to the current object has already been set.
...
SVN:trunk[3693]
2015-08-21 10:27:54 +00:00
Romain Quetiez
7a139dddc0
Code cleanup: deprecated the unused (and empty) class CMDBSearchFilter, replaced by DBSearch or DBObjectSearch depending on the usage.
...
SVN:trunk[3632]
2015-07-09 07:36:39 +00:00
Romain Quetiez
baf54a7c02
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
...
SVN:trunk[3631]
2015-07-08 17:10:40 +00:00
Denis Flaven
4ee78ea59c
#1078 : Properly record the history of LinkedSet(Indirect)
...
SVN:trunk[3626]
2015-07-07 13:01:40 +00:00
Denis Flaven
d63b4ef6d1
Integration of the new way to compute relations into the datamodel (ComputeImpactedItems)
...
SVN:trunk[3570]
2015-04-29 16:35:21 +00:00
Romain Quetiez
ef8888c679
Rework of the relation diagrams: implemented MetaModel::GetRelatedObjectsDown (still not taking the redundancy into account)
...
SVN:trunk[3544]
2015-04-13 12:59:26 +00:00
Romain Quetiez
047166f002
#983 Sortering not possible on multi-column queries
...
SVN:trunk[3381]
2014-10-28 10:47:00 +00:00
Denis Flaven
82a8a0bba7
#932 : fixed a regression introduced by [r3319]... in case a criteria is present several times.
...
SVN:trunk[3344]
2014-09-17 15:41:35 +00:00
Denis Flaven
52a028301f
Bug fix: FetchAssoc was broken when dealing with in-memory sets.
...
SVN:trunk[3340]
2014-09-16 09:45:39 +00:00
Denis Flaven
67471e2636
Fix for a warning about mysql_free() revealing a problem with DBObjectSet
...
SVN:trunk[3257]
2014-07-10 08:27:16 +00:00
Denis Flaven
e022bf03db
Oops: Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3252]
2014-07-08 10:01:47 +00:00
Denis Flaven
58cb67ecd3
Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3249]
2014-07-07 10:25:52 +00:00
Romain Quetiez
cd37a78800
Fixed a regression due to the optimization of the memory usage of DBObjectSet [3142]
...
SVN:trunk[3154]
2014-05-15 13:54:45 +00:00
Denis Flaven
4dabb566a8
- Memory optimization: no longer store all DBObjects in memory while browsng through a Set, but pull them one by one from the MySQL client buffer as needed.
...
- Also renamed Merge to Append since it's really what it does (seems to be used only in the tests)
SVN:trunk[3142]
2014-05-06 13:46:45 +00:00
Denis Flaven
2574a0c8a4
#887 short term fix for preventing ToArgs to alter the content of an object...
...
SVN:trunk[3095]
2014-03-04 13:58:28 +00:00
Romain Quetiez
d4bcb9dff8
Regression of 2.0.2 beta: Configure this list + discard all columns: the list cannot be loaded anymore (if saved)
...
SVN:trunk[3034]
2013-12-10 13:48:32 +00:00
Romain Quetiez
dd1cf43d41
#830 Regression introduced in the beta. Related to the management of query arguments
...
SVN:trunk[2980]
2013-11-25 15:10:09 +00:00
Romain Quetiez
f0c66be7cd
#783 , #233 and #466 The recent revision (2921 for ticket #783 ) introduced a significant slow down when performing CSV import (but not only). This new revision does suppress the regression, and even speeds up bulk updates in general. This revision is candidate for retrofit into branch 2.0.1 (along with 2921)
...
SVN:trunk[2948]
2013-10-22 12:46:09 +00:00
Romain Quetiez
d7fa2ca5b9
#688 When the autocomplete is activated, and the allowed values depend on another value, then it is possible to set a wrong value
...
SVN:trunk[2646]
2013-03-20 14:47:52 +00:00
Romain Quetiez
1e155ffc13
Fixed stopper issue (found with an audit) due to copies of DBObjectSearch not cloned (or not cloned well)
...
There is still one place where this should be fixed, but it reveals another bug so we've decided to leave it as is for the moment (see comment in DBObjectSearch::AddCondition_PointingTo)
SVN:trunk[2497]
2012-12-04 13:26:48 +00:00
Romain Quetiez
721faa7e1e
Updated copyright (2012) and license (LGPL changed to AGPL)
...
SVN:trunk[2333]
2012-10-23 21:41:36 +00:00
Denis Flaven
9f47c09cdf
Bug of month: make sure that GetFilter returns a usable filter (i.e. with the parameters)
...
SVN:trunk[2326]
2012-10-22 13:12:00 +00:00
Denis Flaven
d38b79de76
Various fixes for the selection of columns / sort order in the lists.
...
SVN:trunk[2192]
2012-09-20 07:55:25 +00:00
Denis Flaven
1840e24a3c
Customizable tables implementation...
...
SVN:trunk[2123]
2012-07-24 13:32:09 +00:00
Romain Quetiez
3679e7f8d5
Internal: reworked default ordering (added DBObjectSet::GetRealSortOrder)
...
SVN:trunk[1927]
2012-03-23 14:24:06 +00:00