Denis Flaven
546d181ea9
Addition of the Danish localization contributed by Erik Bøg
...
SVN:trunk[3480]
2014-12-18 08:56:23 +00:00
Romain Quetiez
715ba066d3
Adjusted dictionary entries (meta information about the lifecycle actions)
...
SVN:trunk[3470]
2014-12-16 09:02:03 +00:00
Romain Quetiez
4c3c31c44d
Injectable methods: labels/descriptions given in the dictionary
...
SVN:trunk[3466]
2014-12-15 15:49:44 +00:00
Denis Flaven
bd5268dc42
Addition of the Ducth translation, thanks to Remie Malik.
...
SVN:trunk[3464]
2014-12-15 14:34:34 +00:00
Romain Quetiez
29e751278e
#1029 Got rid of tags <format> that were not used at all and that were really misleading extension developers
...
SVN:trunk[3437]
2014-12-01 11:43:12 +00:00
Denis Flaven
2a9f69d70e
More meta information about the interfaces.
...
SVN:trunk[3433]
2014-11-27 16:22:05 +00:00
Romain Quetiez
3aa0b77751
Cosmetic on the XML: identify lifecycle functions parameters
...
SVN:trunk[3424]
2014-11-19 14:15:10 +00:00
Romain Quetiez
f4b10d3e81
#1022 Do cascade the resolution of an incident to its child requests + rework of the lifecycle/actions to ease the extensibility (New handlers: Rest, Copy, SetCurrentDate, SetCurrentUser, SetElapsedTime)
...
SVN:trunk[3423]
2014-11-19 09:44:52 +00:00
Denis Flaven
c786e8308a
Incrementation of the version number of the 2.x modules to reflect the change of the XML format.
...
SVN:trunk[3403]
2014-11-03 09:21:03 +00:00
Romain Quetiez
2b4400c55d
XML: normalized the format (allows for implementing a quick diff algorithm)
...
SVN:trunk[3378]
2014-10-27 16:13:38 +00:00
Denis Flaven
fbdd0dfd57
- Migration of the XML files to the version 1.1 of the XML schema.
...
- Refactoring of the "state flags" definitions to take advantage of the "inherit_flags_from" capability available in the new XML schema.
SVN:trunk[3363]
2014-10-14 09:56:21 +00:00
Denis Flaven
8f2cd66bf6
Declaration of generic methods which can be run on tickets.
...
SVN:trunk[3298]
2014-08-14 15:46:43 +00:00
Denis Flaven
2108a74f87
Added an identifier on the transitions to allow a finer granularity for the deltas.
...
SVN:trunk[3286]
2014-07-24 12:42:40 +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
61b5b5cc71
#906 Better way to handle the lock in order to prevent duplicates in the numbering of Tickets. Note that the iTopMutex now supports re-entrancy inside the same PHP page.
...
SVN:trunk[3230]
2014-06-27 13:45:48 +00:00
Denis Flaven
d6dbe0fce7
Trac #890 : Dispatch the defines in the proper modules to make sure that the portal works with all possible combinations of tickets.
...
SVN:trunk[3092]
2014-03-03 13:48:56 +00:00
Romain Quetiez
645731a76d
Integrated an update of the portuguese (brazil) localization, made by Marco Tulio
...
SVN:trunk[3039]
2013-12-11 09:38:15 +00:00
Denis Flaven
ebff827013
#805 (again): proper fix to avoid blocking when creating a ticket with DBInsert() (instead of DBInsertNoReload !!)
...
SVN:trunk[3032]
2013-12-10 11:07:24 +00:00
Denis Flaven
1afcf46970
#805 : fix the issue when creating tickets from the SOAP web service.
...
SVN:trunk[3031]
2013-12-10 10:16:40 +00:00
Denis Flaven
9b1d383848
Spanish translation contributed by Miguel Turrubiates
...
SVN:trunk[3018]
2013-12-03 10:22:30 +00:00
Denis Flaven
60e7c22ab4
#838 following on the bug fix: more standard naming for the parameters of the query
...
SVN:trunk[3008]
2013-11-29 11:38:51 +00:00
Erwan Taloc
85472fe67a
Fix bug #837 Remove [+] button on external keys where it's not meaningful
...
+ button had been removed for all ExternalKey having a complex filter defined
SVN:trunk[2995]
2013-11-26 21:45:54 +00:00
Erwan Taloc
e1087d3f87
Fix bug #835 Remove dependency between ticket and Delivery model
...
SVN:trunk[2994]
2013-11-26 21:19:11 +00:00
Denis Flaven
74f895b5f4
#838 : the OQL query for getting the SLTs is now a constant defined in the XML
...
SVN:trunk[2982]
2013-11-26 10:03:53 +00:00
Denis Flaven
272a249d14
#805 Use a mutex to turn the insertion of a new ticket into an atomic operation
...
SVN:trunk[2953]
2013-10-24 09:15:41 +00:00
Romain Quetiez
dcb5a7208a
#800 No need to track that last update has changed each time the ticket gets updated (common to all types of tickets)
...
SVN:trunk[2950]
2013-10-22 14:05:39 +00:00
Erwan Taloc
e090b866e1
Change translation in Franch dictionnary
...
SVN:trunk[2938]
2013-10-21 06:59:20 +00:00
Romain Quetiez
edce93282b
#792 Duplicate entries in the parent/child tickets when updating the case log and applying a stimulus (e.g. Close the WO) at the same time.
...
SVN:trunk[2930]
2013-10-18 15:54:54 +00:00
Romain Quetiez
afa3c40c3e
Improved the column load optimization which was causing object reloads in various circumstances (impact can be important when loading lists with many lines):
...
1) When changing column settings (menu "Configure this list")
2) When a plugin was systematically reading some data (e.g. Highlighting late tickets requires to read tto/trr/status/start_date!)
SVN:trunk[2925]
2013-10-17 09:46:10 +00:00
Romain Quetiez
452eca5288
The ticket class must be abstract!
...
SVN:trunk[2753]
2013-05-21 10:49:22 +00:00
Denis Flaven
2708b0de0e
#728 : the ticket's title is now an (external) attribute of the link between a ticket and a CI.
...
SVN:trunk[2745]
2013-05-16 14:28:23 +00:00
Denis Flaven
58dfa3335a
Spanish localization enhancements, thanks to Miguel Turrubiates
...
SVN:trunk[2741]
2013-05-16 12:41:10 +00:00
Romain Quetiez
d973f64576
#708 Cosmetics for the english dictionary
...
SVN:trunk[2726]
2013-05-14 10:07:20 +00:00
Denis Flaven
4ea0093f12
Enhancements to the Japanese localization, thanks to Shoji Seki
...
SVN:trunk[2701]
2013-04-25 09:24:35 +00:00
Romain Quetiez
b038bc3905
Cleanup in the setup manual instructions
...
SVN:trunk[2557]
2012-12-11 10:19:28 +00:00
Denis Flaven
99240e997c
Update of the lifecycle images
...
SVN:trunk[2551]
2012-12-07 12:06:16 +00:00
Erwan Taloc
64bc64dd95
Add icone for a work order
...
SVN:trunk[2527]
2012-12-06 09:09:54 +00:00
Erwan Taloc
2af564bc03
Update descriptions for each linkset
...
Add Application solution tab for Virtual machines
SVN:trunk[2493]
2012-12-01 16:54:06 +00:00
Denis Flaven
8fa41e2fd0
Localization update:
...
- German thanks to David Guembel
- Japanese thanks to Shoji Seki
- Spanish thanks to Miguel Turrubiates
SVN:trunk[2447]
2012-11-21 11:18:59 +00:00
Romain Quetiez
79e4a73408
Updated the russion translation, thanks to Shamil Khamit (note: this translation seems to be quite incomplete)
...
SVN:trunk[2440]
2012-11-21 11:03:27 +00:00
Erwan Taloc
8f398bd130
Change constraint on attribute agent_id for a workorder
...
SVN:trunk[2430]
2012-11-12 18:11:31 +00:00
Romain Quetiez
d7e492b711
XML Datamodel: new format (version + zlists changed) - not compatible with 2.0 alpha!!!
...
SVN:trunk[2342]
2012-10-24 13:54:02 +00:00
Romain Quetiez
721faa7e1e
Updated copyright (2012) and license (LGPL changed to AGPL)
...
SVN:trunk[2333]
2012-10-23 21:41:36 +00:00
Erwan Taloc
96c62463d5
Initial load of data model 2.0
...
SVN:trunk[2283]
2012-10-18 09:26:30 +00:00