Romain Quetiez
4c735a6dff
#991 CSV export truncated (system dependent, since 2.0) due to a bug in iconv, the workaround is to do little by little -retrofit from trunk
...
SVN:2.0.3[3353]
2014-09-25 15:07:01 +00:00
Denis Flaven
5fd193885e
#932 : fixed a regression introduced by [r3319]... in case a criteria is present several times, retrofit from trunk.
...
SVN:2.0.3[3345]
2014-09-17 15:42:55 +00:00
Denis Flaven
9277184ba0
Bug fix: FetchAssoc was broken when dealing with in-memory sets, retrofit from trunk.
...
SVN:2.0.3[3341]
2014-09-16 09:47:03 +00:00
Romain Quetiez
aa0bd6c1ea
#778 Issue on list sort order when editing an element - fixed a regression -reintegrated from trunk
...
SVN:2.0.3[3336]
2014-09-15 16:08:55 +00:00
Romain Quetiez
d8382a541c
#778 Issue on list sort order when editing an element -reintegrated from trunk
...
SVN:2.0.3[3333]
2014-09-15 14:06:34 +00:00
Romain Quetiez
5e3eab90a6
#986 Search form: handle indirect external keys -reintegrated from trunk
...
SVN:2.0.3[3331]
2014-09-15 14:02:03 +00:00
Romain Quetiez
2c4c6a6690
#987 Usage login prevents from user deletion -reintegrated from trunk
...
SVN:2.0.3[3329]
2014-09-15 13:57:51 +00:00
Romain Quetiez
5e600c88a7
#932 Search form should be prefilled when running a search "shortcut" - very little progress: fixed the case when several criteria are given -reintegrated from trunk
...
SVN:2.0.3[3327]
2014-09-15 13:51:36 +00:00
Romain Quetiez
3c4057d546
#985 Shortcut auto refresh degrading table cosmetics -reintegrated from trunk
...
SVN:2.0.3[3325]
2014-09-15 13:48:28 +00:00
Romain Quetiez
9071f340a8
#984 Dashboard auto refresh degrading table functionalities like sorting -retrofit from trunk
...
SVN:2.0.3[3323]
2014-09-15 13:44:59 +00:00
Romain Quetiez
5cb9363cce
#976 Fixed a typo introduced in the implementation of the fix -reintegrated from trunk
...
SVN:2.0.3[3316]
2014-09-11 08:26:08 +00:00
Romain Quetiez
9dd4b05866
Improved the processing of background task to enable more advanced functionalities like queuing (protection against reentrance) -reintegrated from trunk
...
SVN:2.0.3[3314]
2014-09-03 09:56:44 +00:00
Denis Flaven
4841738f01
Protect dashboards against invalid queries in "grouped by" dashlets.
...
SVN:2.0.3[3309]
2014-08-28 16:00:31 +00:00
Denis Flaven
8632d5597a
#976 : make sure that we do not bypass the method that computes the reference for newly created tickets.
...
SVN:2.0.3[3308]
2014-08-28 15:57:21 +00:00
Romain Quetiez
01e4f6af79
Improved the processing of background task to enable more advanced functionalities like queuing (factorized the error handling) -reintegrated from trunk
...
SVN:2.0.3[3303]
2014-08-21 08:55:57 +00:00
Romain Quetiez
0a2cdff528
Improved the processing of background task to enable more advanced functionalities like queuing -reintegrated from trunk
...
SVN:2.0.3[3301]
2014-08-19 10:10:18 +00:00
Romain Quetiez
b5166938df
Legacy user rights management: allow the deletion of a profile in one step (it was nearly impossible because of the numerous related records, mainly of type URP_ActionGrant, for which iTop was requesting a manual deletion) -retrofit from trunk
...
SVN:2.0.3[3279]
2014-07-16 10:54:19 +00:00
Romain Quetiez
165d01e2a2
Legacy user rights management: allow the deletion of a profile in one step (it was nearly impossible because of the numerous related records, mainly of type URP_ActionGrant, for which iTop was requesting a manual deletion)
...
SVN:trunk[3277]
2014-07-16 10:48:08 +00:00
Romain Quetiez
441b059581
Releasing 2.0.3
...
SVN:2.0.3[3276]
2014-07-15 13:36:53 +00:00
Denis Flaven
4c0e176f3e
#960 [RPM Packaging] Adjust line endings in READ and LICENSE files
...
#962 [RPM Packaging] Added the use of logrotate for cron.log and error.log
SVN:trunk[3274]
2014-07-15 09:21:47 +00:00
Denis Flaven
f0f519e351
#959 Fixing licensing mismatches for compatibility with the Fedora licensing policy (the modification only affects comments) .
...
SVN:trunk[3273]
2014-07-15 08:16:31 +00:00
Denis Flaven
9a68890660
Integration of the additions to the Russian localization by Vladimir Kunin.
...
SVN:trunk[3272]
2014-07-15 08:02:49 +00:00
Denis Flaven
806ed2102c
[RPM Packaging] Preparing for the 2.0.3 release.
...
- Added php-ldap to the list of dependencies
SVN:trunk[3271]
2014-07-14 18:54:04 +00:00
Denis Flaven
14b9778c50
[RPM Packaging] small fix in the install script to adjust the rights in /etc/httpd/conf.d
...
SVN:trunk[3270]
2014-07-14 18:49:27 +00:00
Denis Flaven
0142910c26
#958 [RPM Packaging] Integrated Igor's patch to support both Apache 2.2 and 2.4.
...
SVN:trunk[3269]
2014-07-14 17:26:04 +00:00
Romain Quetiez
0068d7c8be
Rolling back on the exclusion of portal users from the REST/JSON API. Let's communicate on this future change and leave some time for integrators to get ready for the change.
...
SVN:trunk[3268]
2014-07-11 14:37:55 +00:00
Romain Quetiez
302811986e
Update for the upcoming release 2.0.3
...
SVN:trunk[3267]
2014-07-11 14:23:11 +00:00
Romain Quetiez
f773433a93
New REST service: core/check_credentials to implement single sign-on solutions
...
SVN:trunk[3266]
2014-07-11 14:21:30 +00:00
Denis Flaven
880653f191
Fixed a regression introduced by [r3242] (warning when sending an email with an empty "To")
...
SVN:trunk[3265]
2014-07-11 13:27:13 +00:00
Romain Quetiez
02ee41ef09
Readme ready for the Release Candidate of 2.0.3
...
SVN:trunk[3264]
2014-07-10 13:00:42 +00:00
Denis Flaven
d6344568c7
Update of the SwiftMailer licence
...
SVN:trunk[3263]
2014-07-10 12:51:09 +00:00
Denis Flaven
38a2fd75c0
Prevent a warning when sending an email with no recipient in To:
...
SVN:trunk[3262]
2014-07-10 12:49:39 +00:00
Denis Flaven
7ca8c3e834
One small step for making the portal more generic...
...
SVN:trunk[3261]
2014-07-10 12:48:00 +00:00
Romain Quetiez
7d3a93c374
#955 Translated the label "Open Requests" in the welcome menu
...
SVN:trunk[3260]
2014-07-10 10:29:44 +00:00
Denis Flaven
a978bb9c17
CSV import: "Ignore this field" can be used more than one time in the mapping.
...
SVN:trunk[3259]
2014-07-10 08:44:52 +00:00
Denis Flaven
3ed01cde51
Fixed regression introduced by "Provide feedback while loading asynchronous tabs.", provide feeback ONLY when loading!
...
SVN:trunk[3258]
2014-07-10 08:34:01 +00:00
Denis Flaven
67471e2636
Fix for a warning about mysql_free() revealing a problem with DBObjectSet
...
SVN:trunk[3257]
2014-07-10 08:27:16 +00:00
Denis Flaven
4c44159a88
Global search finalization:
...
- Skip abstract classes, since we search in all the child classes anyway
- Search in a class explicitely requested even it should be skipped by config
- Remove the "no object found" message if the "enlarged search" finds something
SVN:trunk[3256]
2014-07-09 10:32:30 +00:00
Romain Quetiez
5f5125a131
#854...ROLLBACK, undoing the commit [3185]. The implementation has been postponed to the next major relase.
...
SVN:trunk[3255]
2014-07-09 09:49:02 +00:00
Denis Flaven
f6d0bda737
Properly render the "CONCAT_WS" SQL expression used by the global search.
...
SVN:trunk[3254]
2014-07-09 09:47:21 +00:00
Denis Flaven
a64b299644
"Portal Users" are not allowed to use the REST/JSON webservices. This case is now properly handled with a specific message.
...
SVN:trunk[3253]
2014-07-08 10:47:50 +00:00
Denis Flaven
e022bf03db
Oops: Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3252]
2014-07-08 10:01:47 +00:00
Denis Flaven
bab6ca7954
Protection against a non existing UserLDAP class (in case the LDAP module is not installed)
...
SVN:trunk[3251]
2014-07-07 17:02:40 +00:00
Romain Quetiez
bb70884041
Readme file ready for 2.0.3 (RC), planned for the 15th
...
SVN:trunk[3250]
2014-07-07 15:55:27 +00:00
Denis Flaven
58cb67ecd3
Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3249]
2014-07-07 10:25:52 +00:00
Denis Flaven
4920cc4aee
Fix in the log of the setup: Properly compute the percentage of "useless" records in priv_change.
...
SVN:trunk[3248]
2014-07-04 15:30:36 +00:00
Denis Flaven
12c587896e
#927 Detect IE7 (or compatibility mode) and warn the user that the application cannot be used with such browsers.
...
SVN:trunk[3247]
2014-07-04 15:22:00 +00:00
Denis Flaven
eb74288c85
Added an index on "item_org_id" to speed-up the setup and the silo on organizations.
...
SVN:trunk[3246]
2014-07-04 14:15:24 +00:00
Denis Flaven
922049e8f2
Provide feedback while loading asynchronous tabs.
...
SVN:trunk[3245]
2014-07-04 13:18:47 +00:00
Denis Flaven
d83edb803b
Better handling of the user's configured display limit for displaying the CSV import history. Also provide feedback while reloading.
...
SVN:trunk[3244]
2014-07-04 13:18:07 +00:00