Romain Quetiez
8926e64bc2
#223 Trim spaces on CSV import was not handling well the last line
...
SVN:trunk[760]
2010-09-05 07:02:13 +00:00
Romain Quetiez
81cd840604
#234 Removed the error_reporting directive and implemented a workaround to reduce the potential warnings issued by PHP
...
SVN:trunk[759]
2010-09-03 22:20:16 +00:00
Denis Flaven
b1f877f845
Fixed bug #231 : distinguish between external key (id) and external key (name) for loading fields that are external keys pointing to externla keys! Example: Connected To->Device is to be mapped to the Connected Interface's device NAME whereas Connected To->Device->id is to be mapped to the connected interface's device id
...
SVN:trunk[747]
2010-09-02 15:57:08 +00:00
Romain Quetiez
d813a7b10d
Usability: reviewed navigation into the data model
...
SVN:trunk[743]
2010-09-02 06:26:11 +00:00
Romain Quetiez
3695475e9f
Fixed bug: CSV import (interactive or web service) reporting change "on behalf of"
...
SVN:trunk[742]
2010-09-02 05:56:14 +00:00
Denis Flaven
b0d89dece3
- Sepcial corner case when loading objects with external keys and these externla keys themsleves have reconciliation keys that are also externla keys.
...
Example: On a person the field location_id
Can be specified by Location->Name and Location->Owner Organization (The 2 reconciliation keys for the class Location). The latter is also an external key, and therefore only an Id can be supplied for this field. Note that Location->Owner Organization->Name is not yet supported.
SVN:trunk[738]
2010-09-01 17:27:18 +00:00
Romain Quetiez
77159e8766
Notification were not working well with class hierarchy (not in Trac at that time)
...
SVN:trunk[734]
2010-08-31 21:11:11 +00:00
Denis Flaven
b9d168bb04
- Display the actual code of each state next to its label. This is useful for writing OQL queries and also triggers.
...
SVN:trunk[732]
2010-08-31 16:42:22 +00:00
Romain Quetiez
ac0b302e75
#213 Reset external keys upon object deletion
...
SVN:trunk[727]
2010-08-31 08:19:26 +00:00
Denis Flaven
ce02a39157
- Fixed Trac #215 : support several characters encoding for the interactive CSV import.
...
SVN:trunk[726]
2010-08-31 08:15:35 +00:00
Romain Quetiez
b7131ba4db
Improved the internal KPI reporting tools
...
SVN:trunk[722]
2010-08-30 22:14:04 +00:00
Romain Quetiez
ab808ebf93
#223 Trim spaces in CSV parsing
...
SVN:trunk[719]
2010-08-30 15:18:14 +00:00
Romain Quetiez
75bbad57fa
Optimized roughly the load of user management data, and added a mean for quick profiling (to enable, add the setting log_duration)
...
SVN:trunk[711]
2010-08-29 19:49:17 +00:00
Denis Flaven
e6bdaf87e7
- Updated flash navigator: better objects placement, auto-zoom & pan at startup, improved tooltip with some details on each objects.
...
SVN:trunk[710]
2010-08-29 19:38:36 +00:00
Denis Flaven
88efd37525
SVN:trunk[708]
2010-08-27 14:18:58 +00:00
Romain Quetiez
b28735213d
#137 #203 #204 #119 - Finalized the new (simplified) module for user rights management ; needed to review deeply the data integrity management to have the setup working again!
...
SVN:trunk[697]
2010-08-25 14:51:36 +00:00
Denis Flaven
9748f8a6b3
Allow the ADministrator to load more objects via CSV load (Users, Audit rules)
...
SVN:trunk[694]
2010-08-24 09:40:42 +00:00
Denis Flaven
3c8f4cca20
Put back exception handler !
...
SVN:trunk[691]
2010-08-23 16:19:19 +00:00
Romain Quetiez
646128e3dd
Removed unused user management tools
...
SVN:trunk[687]
2010-08-23 13:17:42 +00:00
Denis Flaven
a7799e524a
- Objects filtering (read) is now performed by the core directly, no need to check further which objects in a set are read-able. Only those that can be read are returned.
...
SVN:trunk[684]
2010-08-23 12:54:27 +00:00
Denis Flaven
7aacef8d7d
- Get rid of the class UserContext, since now everything is implemented directly in MetaModel
...
- Make the Accordion menu collapsible
SVN:trunk[683]
2010-08-23 12:27:21 +00:00
Romain Quetiez
b555f104df
Improved user rights management: SELECT filtered on objects authorized for the current user (not yet fully implemented)
...
SVN:trunk[681]
2010-08-19 13:08:42 +00:00
Denis Flaven
e3d0212802
- Integrated all the authentications methods and various logon methods...
...
SVN:trunk[668]
2010-08-09 11:48:07 +00:00
Denis Flaven
272387d61e
- Integrated all the authentications methods and various logon methods...
...
SVN:trunk[665]
2010-08-09 10:19:14 +00:00
Denis Flaven
db8c287925
- Fixed the problem of initial (default) values (Trac #172 ) when creating an object by factorizing: creation / modification and cloning of objects !
...
SVN:trunk[663]
2010-08-05 17:10:35 +00:00
Denis Flaven
279e0238cb
- New implementation of the n-n link edition widget... almost complete.
...
SVN:trunk[659]
2010-08-05 09:07:14 +00:00
Denis Flaven
422ac56260
- New implementation of the n-n link edition widget... in progress.
...
SVN:trunk[658]
2010-08-04 20:10:20 +00:00
Romain Quetiez
57ee10f8ac
Finalized the move of private tools
...
SVN:trunk[648]
2010-07-30 11:46:15 +00:00
Denis Flaven
9974457971
Enhancing the search (Trac #147 ): now allows to pass some "magic patterns" when doing a standard search without any operator. Specially useful for searching on ranges of dates/datetimes
...
SVN:trunk[638]
2010-07-28 15:18:52 +00:00
Denis Flaven
c9a573e39f
Replace Ajax "get" calls by "posts" since long URLs may be truncated... and sometimes URLs get longer than expected when some characters are urlencoded... (Trac #195 )
...
SVN:trunk[628]
2010-07-26 15:28:19 +00:00
Romain Quetiez
6e54a79940
#166 Split authentication and management of user rights
...
SVN:trunk[621]
2010-07-24 14:42:55 +00:00
Romain Quetiez
ef91a2e0db
Finalized web services (unit tests, sample client) and dehardcoded the GetVersion() verb
...
SVN:trunk[618]
2010-07-21 13:04:23 +00:00
Romain Quetiez
eb29f4084e
#153 Finalized SOAP unit testing (local tests only)
...
SVN:trunk[617]
2010-07-21 09:31:08 +00:00
Romain Quetiez
74927428aa
#153 Warning issued by the SOAP web services
...
SVN:trunk[614]
2010-07-19 11:20:50 +00:00
Denis Flaven
628436be29
Fixed Trac #176 : LinkSet attributes should never be proposed for CSV mapping
...
SVN:trunk[609]
2010-07-16 07:57:27 +00:00
Denis Flaven
320166791e
Faster navigator: less data output, and also more robust since so strange data appeared in the export of the linkset attributes, that broke the XML export...
...
SVN:trunk[601]
2010-07-13 15:45:14 +00:00
Romain Quetiez
890565e278
#154 Application too slow - no need to check the DB format anytime!
...
SVN:trunk[594]
2010-07-12 12:55:32 +00:00
Romain Quetiez
38c82c120c
Errors reporting was set to "debug" mode
...
SVN:trunk[593]
2010-07-12 12:13:10 +00:00
Romain Quetiez
3862a765be
Updated the ticket creation web service (still known bugs)
...
SVN:trunk[586]
2010-07-07 09:38:55 +00:00
Denis Flaven
2e5844858d
Code cleanup
...
SVN:trunk[576]
2010-07-06 14:21:04 +00:00
Romain Quetiez
90aaaa7d22
Fixed sample queries
...
SVN:trunk[574]
2010-07-06 12:43:32 +00:00
Denis Flaven
3a26bd9f9a
- Changed the navigator to "release mode" !
...
SVN:trunk[557]
2010-07-05 13:45:17 +00:00
Denis Flaven
d6a73a3bb7
- CSV import improvement: better guess of the possible reconciliation keys (esp. with ExternalKeys)
...
SVN:trunk[556]
2010-07-05 13:29:48 +00:00
Denis Flaven
2d454141e6
- Flash navigator is here !
...
SVN:trunk[554]
2010-07-05 11:58:14 +00:00
Denis Flaven
7053bd7926
- Fxied the display (after modification) of n-n LinkedSets
...
SVN:trunk[553]
2010-07-05 11:51:41 +00:00
Denis Flaven
56a084cb7b
Continuing the integration of the new data model...
...
SVN:trunk[544]
2010-07-04 08:05:12 +00:00
Denis Flaven
223704ca4a
Continuing the integration of the new data model...
...
SVN:trunk[539]
2010-07-03 12:56:50 +00:00
Denis Flaven
b57015d7ba
New data model integration...
...
SVN:trunk[538]
2010-07-02 17:10:08 +00:00
Denis Flaven
90b9709b78
Fixed some of the sample queries to adpat them to the new data model.Note however that since the new data model is modular, some query will not run if the administrator did not install all modules...
...
SVN:trunk[530]
2010-07-01 20:26:33 +00:00
Denis Flaven
db3f3ff1cd
- The object creation page now offers tha choice to create an instance of the sub-classes
...
- Made some objects abstract in the std config-management model
- The creation button is now labelled "Create" instead of "Apply" !
- Better display of long messages (or errors) in SetuWebpage.
SVN:trunk[529]
2010-07-01 20:13:26 +00:00