Romain Quetiez
607236a7cb
Compiler: added brand management
...
SVN:trunk[2838]
2013-08-29 08:35:44 +00:00
Romain Quetiez
2b4ad2c50b
Reviewed the portal (look and feel slightly improved)
...
SVN:trunk[2826]
2013-08-20 11:42:46 +00:00
Romain Quetiez
d69236cb25
#701 Portal customization : enabled the calendar widget for input of a date+time type of attribute (it was only available for pure DATE attributes)
...
SVN:trunk[2704]
2013-04-26 10:07:13 +00:00
Romain Quetiez
cb4735ba6b
When iTop is in read only mode, then the portal displays a banner and prevent the user from accessing the modification forms
...
SVN:trunk[2540]
2012-12-06 11:42:13 +00:00
Romain Quetiez
074551c506
#647 : itop says "ticket updated" but nothing has been changed.
...
+ Do not send a notification if nothing has been changed from the portal web page
Related to #398 which seems to be fixed
SVN:trunk[2536]
2012-12-06 10:52:27 +00:00
Denis Flaven
b87abb7603
Make sure that we don't call OnFormCancel during a true submit.
...
SVN:trunk[2480]
2012-11-28 17:51:46 +00:00
Romain Quetiez
cae32294a1
Integrated the multiple select in the portal (search closed tickets)
...
SVN:trunk[2362]
2012-10-25 14:24:38 +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
Denis Flaven
08a320cf2b
Ajax file upload is now part of the standard JS includes in the iTop pages.
...
SVN:trunk[2306]
2012-10-20 13:36:20 +00:00
Romain Quetiez
c45dbb2e07
Portal: enable adding dependent attributes in the request creation form
...
SVN:trunk[2270]
2012-10-17 12:03:29 +00:00
Romain Quetiez
b36ebc6e0f
Fixed issue in the portal: the list of opened requests and closed request where messed up when pagination was activated on both lists
...
SVN:trunk[2267]
2012-10-17 09:02:24 +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
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
39de3e9af7
De-hardcoded against the subdirectory "modules" (excepted the data model sources files)
...
SVN:trunk[1779]
2012-01-17 15:31:51 +00:00
Romain Quetiez
b46ed4764d
Fixed bug in the new portal: the wizard validation was inoperant when several selection lists were proposed
...
SVN:trunk[1587]
2011-09-20 13:50:11 +00:00
Denis Flaven
c4db9cd84e
More fixes for Trac#446: XSS vulnerabilities with vectors containing double quotes
...
SVN:trunk[1563]
2011-09-08 13:21:32 +00:00
Romain Quetiez
64cae5b58b
Portal: activate TriggerOnPortalUpdate
...
SVN:trunk[1512]
2011-08-25 11:46:23 +00:00
Denis Flaven
872a424a78
Bug fix: allow modifying an object as if in target state, before applying the stimulus (cf PortalWebpage).
...
SVN:trunk[1508]
2011-08-24 16:00:28 +00:00
Romain Quetiez
e53c07393c
Internal: improved the API of PortalWebPage
...
SVN:trunk[1491]
2011-08-22 10:09:21 +00:00
Romain Quetiez
071a30d928
Cosmetic on the portal
...
SVN:trunk[1473]
2011-08-19 07:42:19 +00:00
Romain Quetiez
c15976f148
Internal: leverage display block for displaying link sets in the portal
...
SVN:trunk[1471]
2011-08-18 16:32:31 +00:00
Denis Flaven
51bd6cdf97
#446 continuing: sanitizing parameters...
...
SVN:trunk[1451]
2011-08-15 13:55:59 +00:00
Denis Flaven
6859326646
Fixed Trac#446: XSS vulnerabilities... to be tested !
...
Also fixed the display/download links on documents that were both doing exactly the same thing !
SVN:trunk[1443]
2011-08-11 10:17:03 +00:00
Denis Flaven
d50f812694
Fix: broken context usage when no context (neither org nor menu) at all
...
SVN:trunk[1381]
2011-07-28 15:12:16 +00:00
Denis Flaven
82c57972c6
Fixing bug #404 : context lost when doing certain actions. What was fixed:
...
- Run Query
- Display Data Model Schema
- Drill-down in charts (OQL & SQL)
- Paginated lists (actually a regression)
What remains:
- Global search...
- Drill-down in Flash "impacts / depends on"
SVN:trunk[1377]
2011-07-27 16:39:17 +00:00
Denis Flaven
a2b8813628
- Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings.
...
- Fixed (again !) Trac #427 : unable to empty a linkset when editing an object.
SVN:trunk[1370]
2011-07-26 16:18:19 +00:00
Denis Flaven
ecca1aa070
Use absolute URLs as much as possible to be independent from the page being executed...
...
SVN:trunk[1365]
2011-07-26 13:22:45 +00:00
Denis Flaven
3fde682653
Make sure that the AJax calls use a full/absolute path to the page they call so that they can be embedded anywhere inside the application (i.e. in plug-ins supplied pages as well as 'regular' app pages).
...
SVN:trunk[1364]
2011-07-26 12:21:53 +00:00
Denis Flaven
1fc7ce3b81
- Allow search forms to be open by default
...
- Don't make textarea resizable
SVN:trunk[1361]
2011-07-26 09:41:27 +00:00
Denis Flaven
d37244e6e2
- Search forms are now expandable/collapsible in the portal, like in the main UI
...
SVN:trunk[1344]
2011-07-12 11:07:56 +00:00
Romain Quetiez
1c2c244273
Veepee - fixed issue
...
SVN:trunk[1342]
2011-07-08 12:34:07 +00:00
Romain Quetiez
a991a84a8e
New feature: online help on search inputs (date format and operators)
...
SVN:trunk[1341]
2011-07-08 11:40:57 +00:00
Romain Quetiez
532912984d
Preset the object creation form with values (scalars or lists) by the mean of GET arguments. E.g. .../UI.php&operation=new&class=Team&default[org_id]=161&default[member_list][-1234][id]=&default[member_list][-1234][role]=manager
...
SVN:trunk[1340]
2011-07-07 15:45:35 +00:00
Denis Flaven
061711afc8
Added support for OnFormCancel
...
SVN:trunk[1335]
2011-07-06 16:29:40 +00:00
Romain Quetiez
c7fbe56423
PPortal web page improvements: protected update feature (class/attcodes explicitely restricted)
...
SVN:trunk[1324]
2011-07-04 09:54:58 +00:00
Romain Quetiez
56ac89f6a6
Portal web page improvements: wizard buttons and welcome message
...
SVN:trunk[1321]
2011-07-04 07:26:16 +00:00
Romain Quetiez
b2c5f183ec
Portal web page improvements: integrating the attachments
...
SVN:trunk[1318]
2011-07-01 07:48:09 +00:00
Denis Flaven
12ec9c3ba1
Finalizing the pagination: a few bug fixes and some cleanup...
...
SVN:trunk[1311]
2011-06-29 15:08:36 +00:00
Romain Quetiez
ac5e40f4ed
Factorized some code into PortalWebPage (still needs to be used in the std portal implementation)
...
SVN:trunk[1310]
2011-06-29 09:10:07 +00:00
Denis Flaven
5e64834b06
Fixed Trac #301 : don't force users back into the portal if they are not "portal" users.
...
SVN:trunk[1251]
2011-04-28 15:43:44 +00:00
Denis Flaven
e42b0513a0
Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.
...
SVN:trunk[1225]
2011-04-22 13:30:41 +00:00
Denis Flaven
1a818f309d
- Revised styles for a nicer/cleaner display of the details and forms.
...
SVN:trunk[1187]
2011-04-07 07:44:09 +00:00
Romain Quetiez
ff112faf5a
Removed PHP "warning"
...
SVN:trunk[969]
2010-11-24 09:05:35 +00:00
Romain Quetiez
d8bb6a45b2
REVIEWED THE FILE INCLUSION POLICY
...
- includes are relative to the application root folder, aka APPROOT
- changed the config file, while preserving the compatibility with older installs
SVN:trunk[962]
2010-11-22 17:53:52 +00:00
Denis Flaven
2e06fae105
- Make the portal web page scrollable.
...
- Support a per-customer stylesheet for tailoring the look of the portal.
SVN:trunk[852]
2010-09-13 17:04:56 +00:00
Denis Flaven
50b6cd0012
- Enhancement (Trac#189) first version of a (simple) End-Users portal.
...
- Fix for the appUserPreferences class
SVN:trunk[808]
2010-09-10 11:23:09 +00:00