Molkobain
914d19e7e4
🐛 N°2072 Fix missing/empty error message when uploading too large attachment
2019-03-13 09:51:49 +01:00
Molkobain
daafa9123c
N°1852 Fix loss of inline images and attachments when user has been logged off
2018-12-13 11:35:00 +01:00
Pierre Goiffon
36d47c2274
N°1835 fix transaction_id lost with session
...
* transaction_id are now stored by default in file instead of session ("transaction_storage" config parameter : default value was 'Session', it is now 'File')
* session_regenerate_id() call can be disabled using "regenerate_session_id_enabled" config parameter
* new 'transaction_id' parameter type to allow dots (with a file storage, transaction_id equals the temp file name and on Windows we're getting *.tmp)
2018-12-10 17:39:07 +01:00
Eric
b1e1e29254
N°244 - Object Copier: copy attachments
2018-11-14 17:20:40 +01:00
Eric
b87037d187
code cleanup
2018-11-14 17:20:40 +01:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Guillaume Lajarige
c607a7e35d
Internal: Updated modules version to 2.4.0 (as well as some copyright dates)
...
SVN:trunk[5103]
2017-10-27 08:53:39 +00:00
Guillaume Lajarige
1dcf830141
N°783 Attachments can now be readonly in some states. Use the new module parameter "readonly_states".
...
SVN:trunk[4610]
2017-03-22 15:08:34 +00:00
Romain Quetiez
52309bb1e5
Improved images caching: since 2.3.0-beta, iTop handles inline images (case logs, ticket description) and a picture for a person (AttributeImage). This code refactoring handles a case where the browser checks for the validity of the image and the 304 response code can then be returned without checking anything because we assume that the URL of the image contains a signature of it (or the data cannot change -attachement and inline images are in this case).
...
SVN:trunk[4217]
2016-06-16 08:23:15 +00:00
Denis Flaven
f74afac781
#1199 Properly handle the icon of attachments without any extension.
...
SVN:trunk[4208]
2016-06-14 09:39:11 +00:00
Guillaume Lajarige
75b32f2552
Attachments : Delete button's label of an attachment was hard-coded. Putted dictionnary entry instead.
...
SVN:trunk[4013]
2016-04-28 08:19:42 +00:00
Denis Flaven
32ce26aa7d
Fix for potential XSS vulnerability on uploaded file names. To be further tested before retrofitting in branches.
...
SVN:trunk[3985]
2016-04-05 16:15:29 +00:00
Denis Flaven
608e94a613
Inline images in formatted case log & descriptions: beta version fixperms js The inline images are now no longer stored stored as Attachments but using a specific object InlineImage...
...
SVN:trunk[3926]
2016-02-25 15:06:04 +00:00
Denis Flaven
9c16b08e22
(HTML) Formatted Case Logs, Description and Notifications with inline images uploaded as Attachments. Beta Version !! - fix for missing magnificPopup()
...
SVN:trunk[3925]
2016-02-22 14:20:53 +00:00
Denis Flaven
4e24e9899e
(HTML) Formatted Case Logs, Description and Notifications with inline images uploaded as Attachments. Beta Version !!
...
SVN:trunk[3916]
2016-02-19 10:03:59 +00:00
Romain Quetiez
e94282459e
Historisation of attachments: (internal) record the attachment as an external key with an automatic reset (when the attachment gets deleted)
...
SVN:trunk[3778]
2015-09-22 12:16:25 +00:00
Romain Quetiez
77a0c0a7c6
Historisation of attachments: added/removed attachments must be tracked within the same change as for other attributes.
...
SVN:trunk[3777]
2015-09-22 11:55:44 +00:00
Denis Flaven
8593f00917
Enhancement: better display of the "Attachments" (addition/removal) in the history.
...
SVN:trunk[3760]
2015-09-14 14:48:13 +00:00
Denis Flaven
972c94bff7
#1148 : Fixed dashboards upload: use the more modern fileupload component, since we now hook the ajax call in iTopWebPage and removed references to the old component ajax.fileupload from (almost) everywhere...
...
SVN:trunk[3753]
2015-09-12 12:06:33 +00:00
Denis Flaven
b8f0ecb134
Bug fix: don't accept attachments (like images) via Chrome's copy/paste since it may duplicate the text content of a normal copy/paste and moreover causes troubles because there is no file name associated with the pasted content.
...
SVN:trunk[3621]
2015-07-06 14:28:36 +00:00
Denis Flaven
92baec128e
#594 : properly display attachments inside "properties" by closing the span and the fieldset in non-edit mode.
...
SVN:trunk[3510]
2015-03-23 17:52:17 +00:00
Denis Flaven
f7f77911be
- Properly handle "suggested" attachments
...
- Properly pass the name of the uploaded file to the internal JS event
SVN:trunk[3496]
2015-02-12 17:59:08 +00:00
Romain Quetiez
55c818b6b7
Dehardcoded the size of the attachments preview
...
SVN:trunk[3343]
2014-09-16 12:26:50 +00:00
Denis Flaven
037803c033
Protect attachments against concurrent edition of a ticket.
...
SVN:trunk[3221]
2014-06-24 10:03:34 +00:00
Romain Quetiez
a6d984e23f
Removed a debug trace introduced with the file drag&drop capability
...
SVN:trunk[3212]
2014-06-13 09:48:31 +00:00
Denis Flaven
1d4784b0c7
Allow uploading files as Tickets' attachments via drag and drop (on "modern" browsers supporting HTML5 drag and drop)
...
SVN:trunk[3206]
2014-06-10 15:05:02 +00:00
Romain Quetiez
046a7b0e2d
Fixed a regression due to the change [2877] Tooltip to preview attachments
...
SVN:trunk[2898]
2013-10-14 12:15:07 +00:00
Denis Flaven
4be0837ead
#782 : preview (as a tooltip) for image attachments.
...
SVN:trunk[2877]
2013-10-03 16:53:25 +00:00
Romain Quetiez
bee851155a
Continuation of [2524]: fix the attachements URL issue (was not changed only on datamodel 1.x then overwritten on a more recent change)
...
This fixes the issue #645 for good, I hope.
SVN:trunk[2539]
2012-12-06 11:05:29 +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
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
27fec353dd
#593 Losing attachments when performing massive change
...
SVN:trunk[2301]
2012-10-19 15:11:53 +00:00
Erwan Taloc
96c62463d5
Initial load of data model 2.0
...
SVN:trunk[2283]
2012-10-18 09:26:30 +00:00