romainq
|
e8c6cf5cca
Allow a module to provide a handler to override application settings: OnMetaModelStarted()
|
14 years ago |
dflaven
|
d2bb1b0968
Fix for Trac #337: email validation. Use a simpler regular expression that is much faster to execute.
|
14 years ago |
dflaven
|
90ad43bcca
- added the ability to create objects pointed by ExtKeys even when the edit mode is a drop-down list and not an autocomplete
|
14 years ago |
romainq
|
3b242193e8
Added attribute types into the dictionary
|
14 years ago |
dflaven
|
54fc60997f
Improved implementation of the 'autocomplete' input and fix of quite a few related issue with aysnchronous inputs. Autocompletes are now restricted to external keys only.
|
14 years ago |
romainq
|
dfc1b54bbb
#320 Integrated an HTML Editor -still, no attribute has been changed, because it would require a migration procedure... to be continued
|
14 years ago |
dflaven
|
e4bed83258
Do not create a "mailto" hyperlink for empty email addresses.
|
14 years ago |
dflaven
|
2389865bb7
|
14 years ago |
dflaven
|
a32437a13c
(Partial) fix for Trac #285: turn email fields into click-able mailto: hyperlinks.
|
14 years ago |
dflaven
|
38e1d43d3c
Fixed Trac #292: enums can now be null (if allowed) !
|
14 years ago |
romainq
|
df7194ab1d
#283 Fixed issue with the default value of Enum attributes
|
14 years ago |
romainq
|
f6091f5f56
#266 OQL attributes changed into TEXT
|
14 years ago |
romainq
|
7b06094e40
#152 Data model consistency check reporting issues
|
14 years ago |
romainq
|
95480dd7fb
#153 SOAP Web service broken due to violated integrity rule
|
14 years ago |
romainq
|
d329160241
#139 Improved string size verification, the rule is guaranteed by the core
|
14 years ago |
romainq
|
8a25adea2d
Fixed isssue with final class recall, discovered when reintroducing the field Ticket::related_change_id
|
14 years ago |
dflaven
|
02b0141db7
- Removed some debug output
|
14 years ago |
dflaven
|
ba4d40f9e0
|
15 years ago |
romainq
|
1ae75b9f68
#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!
|
15 years ago |
dflaven
|
788f508285
Fixed bug #159: pattern matching too strict for URL fields.
|
15 years ago |
romainq
|
07362106fe
Old PHP syntax issuing a warning on some installations of PHP
|
15 years ago |
dflaven
|
37d3b4bf0c
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
|
15 years ago |
romainq
|
ce7f0e512b
#152 Suppress errors reported by the data model consistency check
|
15 years ago |
romainq
|
4da85ffeac
Could not create a user
|
15 years ago |
romainq
|
a2d547d11e
Automaticaly insert the "final class" into lists where an external key is pointing to a class that has child classes
|
15 years ago |
romainq
|
97ce3a0627
Datamodel revised
|
15 years ago |
dflaven
|
005c3c79a4
- Align the display of "State" attributes with Enums
|
15 years ago |
romainq
|
4f80b3dd15
Fixed default value for date/datetime attributes
|
15 years ago |
dflaven
|
01d5ae9f93
Continuing the integration of the new data model...
|
15 years ago |
romainq
|
239c0a42bd
Fixed issue with null value for an Enum that would be hidden in a given state, being handled as an empty string, which is not an allowed value.
|
15 years ago |