Romain Quetiez
fcfc1e7307
#875 Could not use OQL queries with a double quote in the condition
...
SVN:trunk[3159]
2014-05-19 08:28:39 +00:00
Denis Flaven
196fba7d81
Implement the iDisplay interface on any class derived from DBObject, but also limit the possible actions on such objects (disable edition)
...
SVN:trunk[3156]
2014-05-16 05:01:45 +00:00
Denis Flaven
f47327fdd4
Second fix for a regression due to revisions 3141/3150
...
SVN:trunk[3152]
2014-05-14 13:24:19 +00:00
Denis Flaven
5ec37c8060
Fix for a regression due to revisions 3141/3150
...
SVN:trunk[3151]
2014-05-14 13:16:41 +00:00
Denis Flaven
bb65153351
Fixed regression introduced by [3141]: Code cleanup to implement the tabs handling (inside web pages) in one place.
...
SVN:trunk[3150]
2014-05-07 13:14:19 +00:00
Denis Flaven
4bffe7aec9
Oops, removing a debug trace...
...
SVN:trunk[3147]
2014-05-06 15:34:26 +00:00
Denis Flaven
fafa442b08
Avoid using an attribute which may cause a Reload()... seems useless anyway.
...
SVN:trunk[3146]
2014-05-06 15:25:00 +00:00
Denis Flaven
b095c6b1a3
#909 : faster display for the "details" of an object:
...
- object's history is only loaded when the "History" tab is clicked
- by default the history display is truncated to the 'max_history_length' (= 50) latest modifications
SVN:trunk[3145]
2014-05-06 15:15:57 +00:00
Denis Flaven
d950422912
#867 (and #907 as a dup') De-harcode set_time_limit (per loop) in lengthy operations. Default value is 30 seconds (per loop), configurable via the new parameter "max_execution_time_per_loop", instead of 5 seconds previously.
...
SVN:trunk[3144]
2014-05-06 14:09:55 +00:00
Denis Flaven
b504830f45
CSV export (from the toolkit menu) now displays an asynchronous page, to better cope with a huge number of objects (> 10000)
...
SVN:trunk[3143]
2014-05-06 13:54:45 +00:00
Denis Flaven
7459ec4844
Code cleanup to implement the tabs handling (inside web pages) in one place. Added the ability to provide asynchronously loaded tabs (content must come from the same server).
...
SVN:trunk[3141]
2014-05-06 13:42:18 +00:00
Denis Flaven
678f982024
#923 : prevent XSS injection in forgot password page.
...
SVN:trunk[3139]
2014-05-06 08:26:54 +00:00
Romain Quetiez
4800da1653
#913 Error when searching for child requests and no organization is specified. Still, I could not figure out WHY IT WAS WORKING WHEN AN ORG IS SELECTED as a search filter!
...
SVN:trunk[3123]
2014-04-09 14:00:09 +00:00
Denis Flaven
8f25fb8e64
#878 : Missing sscrollbar in "linkset-direct" edition popup dialog
...
#881 : Paginated list in popup dialog is broken
- Missing scrollbar in the popup when using the [+] button
SVN:trunk[3121]
2014-04-01 13:09:02 +00:00
Denis Flaven
b43884a760
Object's edition: keep track of what was typed in the case log fields when reloading the form (for example with a different "initial state")
...
SVN:trunk[3119]
2014-04-01 12:06:35 +00:00
Denis Flaven
caef02720c
Protect Bulk Modify against XSS injection!
...
SVN:trunk[3117]
2014-04-01 10:12:11 +00:00
Romain Quetiez
1ecec1dd6d
#905 The toolkit menu was visible in the portal for Administrators (but it was not usable). It is now hidden in any case.
...
SVN:trunk[3103]
2014-03-20 10:27:13 +00:00
Romain Quetiez
404f6772fd
#896 XSS injection on the portal (any search form)
...
SVN:trunk[3093]
2014-03-03 14:46:48 +00:00
Denis Flaven
b4bc3ad716
Trac #891 : better error reporting when either the parameter auth_user or auth_pwd are missing.
...
SVN:trunk[3089]
2014-02-25 13:37:01 +00:00
Romain Quetiez
5f11c97aef
#888 Security on the portal incompatible with customizations (regression introduced in 2.0.2), now requires to define PORTAL_USERREQUEST_DISPLAY_QUERY and PORTAL_USERREQUEST_DISPLAY_POWERUSER_QUERY
...
SVN:trunk[3086]
2014-02-24 15:52:04 +00:00
Denis Flaven
d36a03bfc3
Make the Basic Authentication (login_mode=basic) work with non-ASCII characters (in the username as well as in the password), though this may depend on the browser...
...
SVN:trunk[3084]
2014-02-19 17:34:53 +00:00
Romain Quetiez
cb4c2a8e84
Internal: Manage nested subforms in property sheet edition mode
...
SVN:trunk[3082]
2014-02-12 14:14:01 +00:00
Romain Quetiez
0167a66973
Demo mode: disable the pin button on the left pane (and keeps it open and resizable)
...
SVN:trunk[3080]
2014-02-10 13:21:21 +00:00
Romain Quetiez
b7d8953ecb
Fix for Plugins: fixed a regression introduced in 3072 (dashboards not editable at all!!!)
...
SVN:trunk[3079]
2014-02-06 16:27:22 +00:00
Romain Quetiez
cba75527b3
#877 REST/JSON More flexibility on case log updates (in particular, it is now possible to write the entire case log), remains compatible with the previous API
...
SVN:trunk[3078]
2014-02-06 11:40:26 +00:00
Romain Quetiez
6f2c404415
Fix for Plugins: if a page uses set_base then JS popup menu items were reloading the page. Still, set_base should not be used!
...
SVN:trunk[3072]
2014-02-04 16:04:50 +00:00
Romain Quetiez
b00aae2536
Enabled KPI tracing for the export page... fixed regression on the setup page (rewrote the change in a much more defensive way)
...
SVN:trunk[3071]
2014-02-04 14:20:20 +00:00
Romain Quetiez
868748efb3
Enabled KPI tracing for the export page
...
SVN:trunk[3067]
2014-02-03 14:26:19 +00:00
Romain Quetiez
3b188524ca
#770 Complete the fix implemented in [2990], the configuration is kept even if not saved for the list
...
SVN:trunk[3029]
2013-12-09 15:55:11 +00:00
Denis Flaven
d42443697c
Security enhancements:
...
- ensure that a user can ony see the details of the ticket she/he is allowed to see, even if the id is typed manually
- add a define'd filter to filter the drop-down lists of the search form for searching closed tickets.
SVN:trunk[3027]
2013-12-09 11:39:25 +00:00
Romain Quetiez
5f98c0dcab
About box - alpha version
...
SVN:trunk[3005]
2013-11-29 10:50:53 +00:00
Romain Quetiez
fa615638d9
Defensive programming: protected against the Notice "array to string conversion" that appears in PHP 5.4 (thus not on every systems)
...
SVN:trunk[3002]
2013-11-28 09:55:39 +00:00
Romain Quetiez
9f95d951d4
#825 and #830 : removed annoying Notices (array to string conversion)
...
SVN:trunk[3000]
2013-11-28 09:44:21 +00:00
Romain Quetiez
258b4be167
#830 (continuation: suppressed the notice "array to string conversion"
...
SVN:trunk[2998]
2013-11-27 09:20:16 +00:00
Romain Quetiez
f5d42b95b8
Code cleanup
...
SVN:trunk[2990]
2013-11-26 15:59:22 +00:00
Romain Quetiez
d7093a9a6f
#770 Preserve list configuration (if dedicated) when creating a shortcut
...
SVN:trunk[2989]
2013-11-26 15:58:05 +00:00
Denis Flaven
87e33c72b5
#775 : preserve the open/closed status of the search form during auto-reload... by not reloading the form at all!
...
SVN:trunk[2986]
2013-11-26 14:19:13 +00:00
Denis Flaven
99695a0fc1
#841 : properly select the current tab
...
SVN:trunk[2985]
2013-11-26 13:54:17 +00:00
Denis Flaven
ebe89b0af7
#839 : Managing n:1 links asked to leave the page (under Chrome!)
...
SVN:trunk[2983]
2013-11-26 10:39:56 +00:00
Romain Quetiez
9bc5406abb
#842 Internal: recode the notifications page to allow several types of actions
...
SVN:trunk[2981]
2013-11-26 09:39:34 +00:00
Romain Quetiez
b62b9caaf2
#829 Corrupted pwd when attempting to create an account without any profile
...
SVN:trunk[2979]
2013-11-25 09:01:35 +00:00
Romain Quetiez
e48716753d
Optimizations: when displaying a "short" list, made of objects having the same status, three additional queries were made (now just one Group By query is made)
...
SVN:trunk[2977]
2013-11-21 16:15:37 +00:00
Denis Flaven
7ebce0a841
Improved version of DoPostRequest which optionally uses cURL to workaround PHP/OpenSSL bugs !
...
SVN:trunk[2972]
2013-11-07 15:03:01 +00:00
Romain Quetiez
3f50d3ea59
Helper for HTTP POSTs: can return the headers if requested
...
SVN:trunk[2971]
2013-11-06 15:29:15 +00:00
Denis Flaven
898c235c0d
Fix for the validation of the forms in the portal. The (lack of) localization was breaking it!
...
SVN:trunk[2970]
2013-10-29 16:26:46 +00:00
Romain Quetiez
f83bb7fa90
Fixed regression introduced with "forgot password": button to reset the user password labelled as "Send now!"
...
SVN:trunk[2965]
2013-10-29 13:13:58 +00:00
Denis Flaven
0b7ed90e18
Fixed a regression introduced by revision [2856]: Avoid breaking pages with tabs when there is no BASE tag at all...
...
SVN:trunk[2947]
2013-10-22 11:49:38 +00:00
Romain Quetiez
20ba6242e7
No time limit for long operations like: Bulk delete, CSV import (interactive) and Bulk modify
...
SVN:trunk[2946]
2013-10-22 08:09:34 +00:00
Denis Flaven
9d6d93d42f
#757 Better UI to manage direct linksets: added the ability to provide the "reverse query" by specifying a '<filter>' tag on AttributeLinkedSet.
...
SVN:trunk[2942]
2013-10-21 12:25:07 +00:00
Romain Quetiez
26dca89b19
#780 Auto refresh for the dashboards (+ cosmetics changes for the shortcuts)
...
SVN:trunk[2929]
2013-10-18 14:14:48 +00:00