romainq
|
72e5bcf5e2
#47 Replaced every occurence of deprecated verb split() by explode()
|
15 jaren geleden |
dflaven
|
b4dfe4fd07
- First (partial) implementation of context and default values.
|
15 jaren geleden |
dflaven
|
94141617fb
- Fix the dialog to manage n-n links: don't display again objects that are already linked.
|
15 jaren geleden |
dflaven
|
2c0e5e4eab
- Check that the temporary directory used by files upload exists and is writable from PHP. (As required in Trac #15).
|
15 jaren geleden |
dflaven
|
2158d3223e
- First implementation of documents
|
15 jaren geleden |
dflaven
|
3b30baf550
- Fixed bug (Trac #49) display of user's grant matrix not refreshed properly. Actually it was not a display issue but the cache was not flushed at the right time and the flush was just loading more entries in the cache without clearing the current ones.
|
15 jaren geleden |
dflaven
|
acbf7e4717
- Fixed bug Trac #43 ('links attribute' dialog can now be validated by pressing Enter)
|
15 jaren geleden |
dflaven
|
a06818fe9e
- Fixed bug Trac #65: incorrect display of non-ASCII characters. htmlentities must be aware of the charset used !
|
15 jaren geleden |
dflaven
|
275b8fdfaa
- 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)
|
15 jaren geleden |
dflaven
|
9e797b31d2
_ Fixed Trac #46: when a mandatory field has no valid value, an empty drop-down list is displayed, this prevents the user from validating the from.
|
15 jaren geleden |
dflaven
|
6dd80c8409
- completed the fix of the user object history (Trac #48)
|
15 jaren geleden |
dflaven
|
13a8ef419a
|
15 jaren geleden |
dflaven
|
9333c6644e
- Added 2 new parameters to the config file to manage the display_limit (Trac #61)
|
15 jaren geleden |
dflaven
|
a3d5682e0f
- Track the changes/history when creating the administrator account (Trac #48)
|
15 jaren geleden |
romainq
|
971840647a
Fixed regression on the bug fix [207]
|
15 jaren geleden |
romainq
|
eabc55ab51
Trac #56 - Implemented and usable but still not a complete and dynamically generated WSDL file. Unit tests are in place (through client/server SOAP protocol, or directly onto the internal API)
|
15 jaren geleden |
romainq
|
de515ebd9e
Fixed bug impacting only unit testing procedures
|
15 jaren geleden |
romainq
|
a2d352e520
Trac #50 - Interactive bulk load (CSV) was not doing well when using several reconciliation keys
|
15 jaren geleden |
romainq
|
4c40dba4f7
Trac #51 - Implemented external key feed by the mean of reconciliation on external fields
|
15 jaren geleden |
romainq
|
9ec0214718
Reviewed and changed a bug fix (No TRAC entry) on the display of external fields when the external key is null. The actual fix is to consider that null is a value. Isset() should be used with care because one could not differentiate a missing value (in an array or a value that is null)
|
15 jaren geleden |
romainq
|
eb42dc008c
#53 Global search always returning all organization, reviewed Denis's fix
|
15 jaren geleden |
dflaven
|
e59bbf56f4
- fixed bug #52 (display of lnkInfraError objects) by adding a protection in GetDisplayName against objects that actually do not have any name.
|
15 jaren geleden |
dflaven
|
d96e2f523f
- fixed the display of the history log of the 'user' class (Trac #48), and more generally the history log of all classes not derived from logRealObject.
|
15 jaren geleden |
dflaven
|
0a11ce88ae
- completed the implementaiton o the 'is dirty' flag to prevent reloading an object being modified.
|
15 jaren geleden |
dflaven
|
f4f771f4f8
Fixed bug (Trac #53), I don't know exactly what I did (!) but I've copied what's done in __DescribeHTML and this makes the full text search work for organizations !
|
15 jaren geleden |
dflaven
|
7b4b62270a
Fixed the HTML display in the export webservice page. (Trac #58)
|
15 jaren geleden |
dflaven
|
44f141aa02
- Fixed the support of Internet Explorer (tested on IE7 and IE8)
|
15 jaren geleden |
dflaven
|
8e395d281b
- improved handling of the 'menu' parameter (Thanks to david-alves for reporting it)
|
15 jaren geleden |
romainq
|
1c5be06a13
New type of attribute: Blob, allowing documents in the application. Was fully developed in the core, but roughly integrated in the application... todo: file upload for edition, file download for viewing
|
15 jaren geleden |
romainq
|
d9c67642e6
Fixed typo on the default value of the server status (class: bizServer)
|
15 jaren geleden |