Commit Graph

36 Commits

Author SHA1 Message Date
Denis Flaven
fcabde1cc5 - Integrating the German localization thanks to Jonathan Lucas from Itomig !
SVN:trunk[858]
2010-09-13 21:39:23 +00:00
Romain Quetiez
0c4a030e2a Improved security
SVN:trunk[809]
2010-09-10 11:59:04 +00:00
Denis Flaven
39e943c20a - Fixing Trac #173. The unused states are now excluded from the graph.
- The path to graphviz installation (dot executable) is now configurable via the 'graphviz_path' config variable (defaults to /usr/bin/dot).
- If graphviz is present, the graph is generated on the fly, and using the current user's localization/translation for the state & transition names.

SVN:trunk[795]
2010-09-07 20:04:21 +00:00
Romain Quetiez
40eb8367a4 #233 Speed up data load, found a bottleneck, but still some room for improvement, added internal settings to boost up huge load or workaround a bug in CheckToWrite (if any)
SVN:trunk[772]
2010-09-05 22:20:28 +00:00
Romain Quetiez
a9c0ba63df Optimizations: DBObjectSet::Count does it without loading all the data + possibility to specify LIMIT + restored the query cache (was inoperant) + improved the debug reports + added two settings (query_cache_enabled and debug_queries)
SVN:trunk[756]
2010-09-03 21:23:37 +00:00
Romain Quetiez
66c7d99c46 #239 Issue with character set (impacting searches with accents)
SVN:trunk[746]
2010-09-02 15:25:57 +00:00
Denis Flaven
ce02a39157 - Fixed Trac #215: support several characters encoding for the interactive CSV import.
SVN:trunk[726]
2010-08-31 08:15:35 +00:00
Romain Quetiez
b7131ba4db Improved the internal KPI reporting tools
SVN:trunk[722]
2010-08-30 22:14:04 +00:00
Romain Quetiez
75bbad57fa Optimized roughly the load of user management data, and added a mean for quick profiling (to enable, add the setting log_duration)
SVN:trunk[711]
2010-08-29 19:49:17 +00:00
Denis Flaven
88efd37525 SVN:trunk[708] 2010-08-27 14:18:58 +00:00
Denis Flaven
38fec49fe5 - First spanish localization (Many thanks to Randall Badilla Castro from Costa Rica)
SVN:trunk[704]
2010-08-26 15:46:23 +00:00
Romain Quetiez
ad1cf8f658 Cosmetic: configuration module rendering booleans anytime
SVN:trunk[675]
2010-08-16 14:47:56 +00:00
Denis Flaven
9eba34362c - Fixing Trac #188... new flag https_hyperlinks with a slightly different meaning: produce https hyperlinks even if the current page is NOT https.
SVN:trunk[671]
2010-08-10 17:10:39 +00:00
Denis Flaven
5b0c1e3003 - Integrated all the authentications methods and various logon methods...
SVN:trunk[669]
2010-08-10 16:38:55 +00:00
Denis Flaven
272387d61e - Integrated all the authentications methods and various logon methods...
SVN:trunk[665]
2010-08-09 10:19:14 +00:00
Denis Flaven
5509dc41c8 Added a placeholder for the version number, to be filled by the build process.
SVN:trunk[639]
2010-07-28 20:30:19 +00:00
Romain Quetiez
05c9b10546 #166 Configuration by module (and module categories)
SVN:trunk[629]
2010-07-26 16:29:52 +00:00
Romain Quetiez
6e54a79940 #166 Split authentication and management of user rights
SVN:trunk[621]
2010-07-24 14:42:55 +00:00
Romain Quetiez
6df0ea704c Fixed issue with link set and enabled the dictionary for triggers/actions (english only)
SVN:trunk[599]
2010-07-12 15:51:57 +00:00
Denis Flaven
328edd115a Preparing for the 1.0 beta release... final adjustments
SVN:trunk[591]
2010-07-07 11:01:30 +00:00
Denis Flaven
fa7bfbdc5f - Enable the French dictionnary at setup
- Fixed a problem with QueryCache in MetaModel (two different queries were seen as the same!)
- Added description to tickets

SVN:trunk[564]
2010-07-05 20:39:43 +00:00
Denis Flaven
f5b40898a3 New data model integration: fully modular setup based on the "modules"
SVN:trunk[511]
2010-06-30 15:40:18 +00:00
Denis Flaven
3392f30e6e - Cosmetics: aligning the style in the different pages, make the iTop logo clickable, etc...
- Handle persistent user preferences: for now only the menu status (open/closed) and its width. In the future the status of lists (open/closed, which columns to show...) can be considered as well.

SVN:trunk[487]
2010-06-25 16:27:44 +00:00
Denis Flaven
fce9cbad1b - New implementation preventing users to submit the same form twice.
SVN:trunk[432]
2010-06-06 16:58:38 +00:00
Denis Flaven
8c2d819920 - Moved the iTop version number to the Config class to be able to access it from the setup.
SVN:trunk[426]
2010-05-31 14:41:05 +00:00
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
Romain Quetiez
d527b56340 #74 Added the configuration of logging (errors, web service usage, etc.), and improved a little the error logging (both in a file and into the database + new format for additional information such as the callstack)
SVN:trunk[403]
2010-05-13 20:40:52 +00:00
Romain Quetiez
dd02ce60b5 Localization: first step (class Dict and handling of Metamodel)
SVN:trunk[338]
2010-04-19 13:32:30 +00:00
Denis Flaven
37ccd94828 Enhancement : new configuration option (secure_conenction_required) to force the use of HTTPS to connect to iTop. The redirection http -> https is still buggy but the usage of https is enforced anyway.
SVN:trunk[324]
2010-04-12 12:19:12 +00:00
Denis Flaven
cdb68e9159 Bug fix: initialize properly auto_reload timeouts
SVN:trunk[261]
2010-01-17 17:55:57 +00:00
Denis Flaven
500bd849af - new feature: auto_reload. A display block can automatically reload itself at a specified time interval
SVN:trunk[256]
2010-01-17 14:41:27 +00:00
Romain Quetiez
5a15dcb849 Trac #57 - Implemented beta version of email notifications (triggers and actions)
SVN:trunk[225]
2010-01-06 08:51:08 +00:00
Denis Flaven
adeb7b17b1 - Added 2 new parameters to the config file to manage the display_limit (Trac #61)
SVN:trunk[212]
2009-12-29 13:40:29 +00:00
Denis Flaven
a8946fbfdb - Do NOT rely on PHP short open tags, for a better compatibility
- In case of exception, display the whole error string even if it contains HTML tags, sometimes ugly but sometimes VERY useful

SVN:trunk[99]
2009-08-22 09:52:12 +00:00
Romain Quetiez
6b6f89f1c1 User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
Introduced parameters in OQL (:myvar)
Added the verb MetaModel::IsValidObject($oMyObj)

SVN:trunk[88]
2009-07-24 13:14:51 +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