romainq
|
b97da6e279
N.1100 Regression introduced in [r4943], aka 2.4 RC3, and causing error during MTP (accessing the wrong expression cache)
|
il y a 7 ans |
pgoiffon
|
f14ee58386
N.689 throw Exception if querying without needed finalClass attribute, plus some PHPDoc
|
il y a 7 ans |
pgoiffon
|
dc1cda03ef
N.1108 return exception if $bMustBeFound and result is archived
|
il y a 7 ans |
pgoiffon
|
b96efd92b4
N.1108 Add PHPDoc
|
il y a 7 ans |
pgoiffon
|
7d74a3dbfb
MetaModel code format
|
il y a 7 ans |
eespie
|
facc4a34b7
N°1100 - External field pointing to a magic attribute
|
il y a 7 ans |
romainq
|
316c587daf
N.1072 Localization for magic attributes archive_date (completed the existing implementation) and obsolescence_date (full implementation)
|
il y a 7 ans |
eespie
|
9e56c1be9c
N.1065 Fix performance issues (caches added on query build)
|
il y a 7 ans |
romainq
|
fca1a7df06
N.1052 After a setup or MTP, the datamodel is not taken into account... until the web server gets restarted or the APC cache (user data) gets reset.
|
il y a 7 ans |
romainq
|
9f9a0a5025
N.890.1 Move to test/prod failing with message "Unknown attribute org_id_archive_flag from class contact"
|
il y a 7 ans |
romainq
|
5ee22e4e42
N.890.1 and N.890.2: build a new run time environment into a separate "build" directory, then commit it by the mean of quick and bullet proof file copies/moves. Not yet used in the setup.
|
il y a 7 ans |
romainq
|
72561298dc
N890.3 Archive mode toggle menu not visible after setup/MTP: the information is cached into the session and needs to be reset
|
il y a 7 ans |
glajarige
|
5047904c50
N°952 Portal: Added UI extension APIs similar to those used in the console (Experimental!)
|
il y a 7 ans |
dflaven
|
fd7bc2714a
Bug fix: for archive and obsolescence flags: the parent class may be a pure PHP class. Use ParentPersisteClass instead.
|
il y a 7 ans |
romainq
|
9f6d33d764
N890.6 Obsolescence: if the expression defining the flag is evaluated to null, then consider the object as being NOT obsoleted. The workaround implemented in the reference datamodel has been removed (no need to use COALESCE anymore).
|
il y a 8 ans |
romainq
|
898a6939f6
Obsolescence: fixed the case when an external field points to an external key that is obsoletable (or archivable), causing an error during the setup (view could not be created)
|
il y a 8 ans |
romainq
|
0e1f3d02b9
Rework of the edition of 1-N and N-N links: managed as a delta from the GUI down to the the lowest APIs.
|
il y a 8 ans |
glajarige
|
3057ac020a
N°653 Ticket Lifecycle: Part 2, core & console done.
|
il y a 8 ans |
romainq
|
013adc56b5
N.542 Refactored the code so that query placeholders (current_contact->attcode or current_user->attcode) become available in template too.... BUT this will not work if the notifications are sent asynchronously (thus the logged in user is an account dedicated to the cron).
|
il y a 8 ans |
romainq
|
5ffb6104a5
Obsolescence: background task setting (or resetting) the obsolescence date for obsolete data. The periodicity can be tuned by the mean of obsolescence.date_update_interval, defaulting to 10 minutes. Also renamed show_obsolete_data into obsolescence.show_obsolete_data for consistency.
|
il y a 8 ans |
romainq
|
b246164f18
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')
|
il y a 8 ans |
glajarige
|
850f9bc590
Internal: Added some PHP Doc in MetaModel class
|
il y a 8 ans |
romainq
|
4b36e9e017
Obsolescence: introduction of this new concept (wording could change later). The obsolescence of an object is computed after other attributes, by the mean of an OQL expression. The code has been refactored (again) so as to factorize between the computation of friendly names and the computation of obsolescence flags. The refactoring involved a significant AND RISKY change: external key friendly names (magic attributes) have been changed from AttributeFriendlyName to AttributeExternalField, which simplifies the SQL query build logic.
|
il y a 8 ans |
romainq
|
a5c61374bd
Internal: getting rid of the unused API GetExtKeyFriends, which initialization was not compatible with the declaration of <extkey>_friendlyname as external fields
|
il y a 8 ans |
romainq
|
3109a0a7ca
Internal:
|
il y a 8 ans |
romainq
|
d76a5b9cb8
Archives: archivability must be set on root classes
|
il y a 8 ans |
romainq
|
1d9b68088c
Archives: default label for the magic attributes archive_flag and archive_date
|
il y a 8 ans |
romainq
|
d998853c23
Archives: refactoring of the API to enable/disable the archive mode
|
il y a 8 ans |
romainq
|
34ab6cd77b
NEW! Archiving data. Archiving is a soft delete. It can be undone. Enter the archive mode to see all the data including archives (everything is read-only in that mode). Archiving must be enabled per class (data model). Archiving is achieved by the mean of the API DBObject::Archive (or Unarchive).
|
il y a 8 ans |
glajarige
|
da0260c569
N°653 Lifecycle flags can be defined on both states and transitions (Note: This is a beta version and need to be tested!)
|
il y a 8 ans |