Commit Graph

374 Commits

Author SHA1 Message Date
Romain Quetiez
5083246f92 fixed interface of DisplaySet function
SVN:trunk[138]
2009-09-10 16:01:28 +00:00
Denis Flaven
008ef6100f Proper handling of the parameters to DisplaySet
SVN:trunk[135]
2009-09-10 15:32:29 +00:00
Romain Quetiez
d7e6947600 Fixed issue: user always considered as being an admin (regression due to changes in the setup), user profile setup is finally done at 100% in the setup code.
SVN:trunk[128]
2009-09-10 10:58:45 +00:00
Denis Flaven
db95b63b91 Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:trunk[126]
2009-09-10 08:58:07 +00:00
Romain Quetiez
c7bc7ce95f Added a logoff button
SVN:trunk[124]
2009-09-09 15:06:14 +00:00
Romain Quetiez
3c1df7332c Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)
SVN:trunk[119]
2009-09-07 14:29:49 +00:00
Denis Flaven
d0e2fad4f1 - Workaround for noit taking search parameters into account when displaying linked items.
SVN:trunk[115]
2009-09-07 13:57:12 +00:00
Denis Flaven
edfe9331c5 - Style for auto-complete fields
SVN:trunk[114]
2009-09-07 13:54:45 +00:00
Denis Flaven
86593b6840 Limit the size of the table to fit the screen.
SVN:trunk[113]
2009-09-07 13:35:09 +00:00
Romain Quetiez
2f26ebe54c Finalization of the user management by profile (UI to manage the accounts), and some unrelated changes:
- Using class labels in the UI
- Data model: you may specify a set of allowed values from a query (see caller_id in bizIncident class), still not 100% used in the UI but does not generate any error
- Data model: you may specify a password field (AttributePassword replacing AttributeString)
- Setup: calling UserRight::Setup() right after calling UserRight::CreateAdministrator()
- Setup: administrator account created with "my organization" and a dedicated contact
- Menus: optimized the load of std menus (queries written in OQL to get the benefit of the query cache)
- Menus: admin tools, seen only by people having the "admin" profile
- Object edition: fixed bug with the display of N-N links in the form

SVN:trunk[110]
2009-09-04 15:22:40 +00:00
Romain Quetiez
e1be74457a Improved the behavior when a link class to not have any other attributes than the external keys. Still, it requires some work to have this configuration working.
SVN:trunk[109]
2009-09-02 13:39:20 +00:00
Romain Quetiez
0900b5f6de Changed images paths into relative path (../images where it was still /images)
SVN:trunk[107]
2009-08-27 13:56:57 +00:00
Denis Flaven
e3a402677f Workaround for the missing REQUEST_URI on IIS
SVN:trunk[105]
2009-08-27 12:37:21 +00:00
Denis Flaven
e0b307ef48 - New user interface to manage n-n links
SVN:trunk[104]
2009-08-26 21:52:34 +00:00
Denis Flaven
78e5b79893 Fixed the disappearance of tabs when doing a 'reload'
SVN:trunk[102]
2009-08-25 19:48:37 +00:00
Denis Flaven
9c201eb65d Do NOT use PHP short open tags for a better compatibility
SVN:trunk[98]
2009-08-22 09:49:44 +00:00
Denis Flaven
12e433846f session_is_register is deprecated since PHP 5.3.0
SVN:trunk[94]
2009-08-21 13:57:38 +00:00
Denis Flaven
ea59fa945a - New search form allowing to perform OQL queries for any class of object
SVN:trunk[92]
2009-08-18 18:51:17 +00:00
Denis Flaven
1fdd659395 - Better display of the archives/change log on each object (Trac ticket #9)
SVN:trunk[89]
2009-07-24 15:44:51 +00:00
Romain Quetiez
2a7c89af21 Initialized dev of the user rights managed by profiles, it is still not usable by the application, but its data model is likely to be stable.
SVN:trunk[87]
2009-07-21 08:48:30 +00:00
Denis Flaven
05a236f06a - Fixed bug #31: HTML display in the "export" page uses the appropriate stylesheet.
SVN:trunk[85]
2009-07-19 09:34:32 +00:00
Denis Flaven
665d90175f - reintegrated the changes (mostly bug fixes) from the 0.7.2 branch
SVN:trunk[83]
2009-07-18 17:24:25 +00:00
Denis Flaven
0957c555c3 Fixed bugs linked to the bookmark creation:
- There must be a user specific menu entry in the list of menuNodes
- The asynchronous ajax page must use the authentication stored in the session
- The query must be stored in OQL instead of sibusQL

SVN:trunk[58]
2009-04-28 13:24:12 +00:00
Denis Flaven
b756db0992 Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
2009-04-28 09:03:12 +00:00