Denis Flaven
01d4746b0c
Moving the datamodel to its new place
...
SVN:trunk[2240]
2012-10-10 09:28:22 +00:00
Denis Flaven
011c08676e
New way of storing the "source" data model(s)
...
SVN:trunk[2239]
2012-10-10 09:23:32 +00:00
Denis Flaven
ecaa870880
"extensions" is now the offical place for storing extension modules
...
SVN:trunk[2238]
2012-10-10 09:21:40 +00:00
Denis Flaven
847a538912
Some progress on the 2.0 setup...
...
SVN:trunk[2237]
2012-10-10 09:18:32 +00:00
Romain Quetiez
7dbbb1c299
#439 Record and display changes in the link sets (ex: Members of a team)
...
#439 Make sure that changes made by a plugin get recorded
+ simplified the change tracking for the plugins. Simply call DBObject::DBInsert (resp. Update and Delete) and the change will be recorded for the current page. This is compatible with the old (not mandatory anymore) way that was requiring DBInsertTracked APIs (resp. Update, Delete).
SVN:trunk[2236]
2012-10-08 12:17:56 +00:00
Romain Quetiez
60cf926fdb
Toolkit: deharcoded source directory
...
SVN:trunk[2234]
2012-10-05 12:02:05 +00:00
Denis Flaven
5b93504709
- new Configuration option 'source_dir'
...
- pretty print of the configuration
SVN:trunk[2233]
2012-10-05 10:57:47 +00:00
Romain Quetiez
6c1866ce89
Fixed cosmetic regression (seen on first login if the welcome popup is shown)
...
SVN:trunk[2232]
2012-10-05 08:19:37 +00:00
Romain Quetiez
eab09c5e17
Toolkit : compile only installed modules (in database)
...
SVN:trunk[2231]
2012-10-04 15:47:31 +00:00
Denis Flaven
c69eb2e5d7
Don't perform computations inside GetAsHTML because this may cause an infinite recursion since GetAsHTML is called by ToArgs
...
SVN:trunk[2230]
2012-10-04 09:09:25 +00:00
Romain Quetiez
55cc5ad2b7
Dev productivity: SVN to ignore the folder env-*
...
SVN:trunk[2229]
2012-10-03 08:52:41 +00:00
Romain Quetiez
18933c33b3
Finalized the translation of some dashboards (1.2.1)
...
SVN:trunk[2228]
2012-10-03 08:46:07 +00:00
Denis Flaven
5c7604f950
- Implemented the 'symlinks' options
...
- Better handling of errors during the installation
SVN:trunk[2227]
2012-10-03 08:18:40 +00:00
Romain Quetiez
6b92cab445
Added a utility for the toolkit (adaptation to 2.0) + removed non-issues revealed by the toolkit
...
SVN:trunk[2226]
2012-10-02 16:06:10 +00:00
Denis Flaven
9af1de0bb4
Cleaner handling of "pure PHP" classes inside the data model
...
SVN:trunk[2225]
2012-10-02 13:54:22 +00:00
Denis Flaven
ddd98ebab2
Some progress on the 2.0 setup...
...
SVN:trunk[2224]
2012-09-29 16:47:13 +00:00
Denis Flaven
f5de7987bb
Implementation of a new extension "iPopupMenuExtension" to allow a module to add menu items almost anywhere inside iTop. Oops...
...
SVN:trunk[2223]
2012-09-29 16:45:36 +00:00
Denis Flaven
12c06262ea
Typos
...
SVN:trunk[2222]
2012-09-29 16:43:22 +00:00
Denis Flaven
1b55986e39
Protect against duplicate class definition in case of unattended installation
...
SVN:trunk[2221]
2012-09-29 16:42:29 +00:00
Denis Flaven
ef59badf5b
Implementation of a new extension "iPopupMenuExtension" to allow a module to add menu items almost anywhere inside iTop.
...
SVN:trunk[2220]
2012-09-29 16:03:16 +00:00
Denis Flaven
cb57335c0b
Work in progress on the 2.0 setup/ the "install from scratch" is complete.
...
SVN:trunk[2219]
2012-09-27 10:53:45 +00:00
Denis Flaven
5fc4775903
Bug fix: AddToDashboard crashed the menu.
...
SVN:trunk[2218]
2012-09-26 10:19:41 +00:00
Denis Flaven
088fcf9449
Protect the download of documents against spurious blank lines coming from nowhere !!
...
SVN:trunk[2217]
2012-09-26 09:19:43 +00:00
Erwan Taloc
5ed95f3a1c
Mahe sure a unique ID is define for DIV
...
SVN:trunk[2216]
2012-09-26 08:08:44 +00:00
Romain Quetiez
a2e33634f5
Compiler: fixed issue with 'initial_state_path' (the real fix...)
...
SVN:trunk[2215]
2012-09-25 17:57:12 +00:00
Romain Quetiez
2d641a0de3
Compiler: fixed issue with 'initial_state_path'
...
SVN:trunk[2214]
2012-09-25 17:41:46 +00:00
Romain Quetiez
da75724296
Dashboards for 2.0, replaced external fields by the external key (group by) + fixed an issue in the numbering of dashlets
...
SVN:trunk[2213]
2012-09-25 16:35:17 +00:00
Romain Quetiez
50f0358556
Fixed issues with accentuated characters in the graphs (bars or pie) - added a comment
...
SVN:trunk[2212]
2012-09-25 14:35:31 +00:00
Romain Quetiez
0e4c79b2e7
Fixed issues with accentuated characters in the graphs (bars or pie)
...
SVN:trunk[2211]
2012-09-25 14:30:52 +00:00
Denis Flaven
a008107d38
Bug fix: properly show which column the table is sorted on, even for external keys.
...
Enhancement: sort the non-selected columns alphabetically
SVN:trunk[2210]
2012-09-25 12:57:39 +00:00
Romain Quetiez
dc4bfc6b30
Compiler: added 'initial_state_path'
...
SVN:trunk[2209]
2012-09-25 12:08:50 +00:00
Denis Flaven
2da369431c
Properly parse accented characters inside the "autocomplete" widget.
...
Protects the dialog resizing against some JS errors
Code cleanup...
SVN:trunk[2208]
2012-09-25 11:10:17 +00:00
Denis Flaven
5e40d7b009
- Protect against a JS error when opening the dialog box
...
- Syntax cleaning
SVN:trunk[2207]
2012-09-25 10:15:43 +00:00
Denis Flaven
8d56d8eb79
Enhancement: prevent reloading a list while the configuration dialog is open.
...
SVN:trunk[2206]
2012-09-25 10:03:41 +00:00
Denis Flaven
ab1143e0e1
Bug fix: prevent 'assertion failed' when a block auto reloads: '0' is indeed a valid ID for a display block !!
...
SVN:trunk[2205]
2012-09-25 10:01:58 +00:00
Romain Quetiez
d747b1fe26
Fixed an issue revealed by fix [2201], occurring when filtering on organization (context) - the fix is not complete (see Trac #588 )
...
SVN:trunk[2204]
2012-09-25 09:43:03 +00:00
Denis Flaven
20c5e1b6ad
Protects against temporary objects that exist only in memory (id < 0)
...
SVN:trunk[2203]
2012-09-25 08:31:42 +00:00
Denis Flaven
aa9c7c7091
Protects against temporary objects that exist only in memory (id < 0)
...
SVN:trunk[2202]
2012-09-25 08:29:06 +00:00
Romain Quetiez
2f9922f7df
Fixed issue in OQL rendering, reproduced with FROM and JOIN clauses
...
SVN:trunk[2201]
2012-09-24 07:56:35 +00:00
Denis Flaven
45bfee7ef0
Do not let portal users configure their lists... not bullet proof from the security point of view, but better than opening it wide.
...
SVN:trunk[2200]
2012-09-21 16:57:53 +00:00
Romain Quetiez
2eddb57cbd
Dashboards - Fixed issues + added 3 confirmation (on exit, save or cancel)
...
SVN:trunk[2199]
2012-09-21 15:15:05 +00:00
Denis Flaven
4979a653ee
Support of pre-2.0 modules by transforming the icon paths.
...
SVN:trunk[2198]
2012-09-21 15:07:16 +00:00
Denis Flaven
82ba3962b0
Special processing for extra "Well Known" parent classes.
...
SVN:trunk[2197]
2012-09-21 13:53:05 +00:00
Denis Flaven
04424f9762
- Small fixes to the custom display of lists.
...
- CSS improvement for dashboards
SVN:trunk[2196]
2012-09-21 11:05:10 +00:00
Romain Quetiez
dac73c1669
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
...
SVN:trunk[2195]
2012-09-20 15:56:15 +00:00
Denis Flaven
77129d010e
Do NOT grab cursor hotkeys (CTRL + left arrow) to hide/show the menu pane.
...
SVN:trunk[2194]
2012-09-20 08:38:44 +00:00
Denis Flaven
d19116a88e
Don't put $_FILES inside a javascript comment !!
...
SVN:trunk[2193]
2012-09-20 08:02:55 +00:00
Denis Flaven
d38b79de76
Various fixes for the selection of columns / sort order in the lists.
...
SVN:trunk[2192]
2012-09-20 07:55:25 +00:00
Denis Flaven
54a3a1a89a
First integration pass of the new "2.0" setup, but still work in progress...
...
SVN:trunk[2191]
2012-09-19 12:36:44 +00:00
Romain Quetiez
d18ff8339a
The new 2.0 setup is under way... disabled copy and backup
...
SVN:trunk[2190]
2012-09-19 09:24:29 +00:00