Commit Graph

20 Commits

Author SHA1 Message Date
Romain Quetiez
a0e0371812 #19 - Reviewed the licensing information and started to align the comments in the code
SVN:trunk[422]
2010-05-24 09:24:35 +00:00
Denis Flaven
4e09d304f8 - Implementation of the localization... on going...
SVN:trunk[402]
2010-05-06 10:44:38 +00:00
Romain Quetiez
7220052134 Enabled localized strings (not only enums, but other types... to be defined)
SVN:trunk[359]
2010-04-27 12:38:56 +00:00
Romain Quetiez
1bdfbbb284 Localization: cleanup in the DataModel + aligned some API (e.g. GetStateLabel)
SVN:trunk[348]
2010-04-20 09:21:46 +00:00
Denis Flaven
9952b9608d - Removed the limit to the number of elements displayed in an autocomplete input. The maximum number of elements in the autocomplete is now 150 (scrolling enabled). (Trac #83)
SVN:trunk[296]
2010-02-17 09:10:24 +00:00
Denis Flaven
0a413a32f6 Renaming of the WebPage class (and its derived classes) to stick to the same naming convention as other classes.
SVN:trunk[250]
2010-01-17 09:07:10 +00:00
Denis Flaven
61874fbea3 - Fixed bug Trac #43 ('links attribute' dialog can now be validated by pressing Enter)
SVN:trunk[218]
2009-12-29 17:32:18 +00:00
Denis Flaven
699e6b4e6e - Fixed bug Trac #60 (Modification of a Service Call does not work with IE). This was due to some forms being contained within another form (forbidden in HTML)
SVN:trunk[216]
2009-12-29 16:41:16 +00:00
Denis Flaven
abcb687ccc - Fixed the support of Internet Explorer (tested on IE7 and IE8)
- Cleanup of the generated HTML to have page that are XHTML compliant (not yet complete)

SVN:trunk[198]
2009-12-18 07:23:14 +00:00
Romain Quetiez
0454e7fa78 Fixed bug on deletion: take the inheritance into account when checking for referencing objects (eg. a ticket linked to a PC was not seen)
SVN:trunk[180]
2009-09-18 09:35:21 +00:00
Romain Quetiez
66f1622554 Fixed regression: ticket "impact" was reset ; resulting from a conflict in the form fields names (impact used both in the main detail form and into hidden links forms)
SVN:trunk[162]
2009-09-16 07:56:14 +00:00
Denis Flaven
61df1d7bab - 'Add...' butotn is now grayed when there is nothing to Add
- Better handling of AllowedValues, supporting autocompletes
- Cleanup unused code in wizard.utils.js

SVN:trunk[151]
2009-09-11 21:23:24 +00:00
Denis Flaven
008ef6100f Proper handling of the parameters to DisplaySet
SVN:trunk[135]
2009-09-10 15:32:29 +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
Denis Flaven
edfe9331c5 - Style for auto-complete fields
SVN:trunk[114]
2009-09-07 13:54:45 +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
Denis Flaven
e0b307ef48 - New user interface to manage n-n links
SVN:trunk[104]
2009-08-26 21:52:34 +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
b756db0992 Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
2009-04-28 09:03:12 +00:00