Archived
1
0
Commit Graph

179 Commits

Author SHA1 Message Date
Matthias Gutjahr dfd0261cda Exclude git directories from path traversal 2014-04-25 10:39:47 +02:00
onli fa5af4a1ec Image selector toggled by showMediaToolbar
And $media.manage in the templates
2014-01-23 23:33:23 +01:00
onli 3873826036 Add upload button to imageselector 2014-01-23 23:13:09 +01:00
onli 0f36373920 Intorduce simpleFilters setting
Replaces SimpleImageFilters with a personal setting, covers image filters and the simpler entry edit overview
2014-01-19 19:31:45 +01:00
onli 82a0d1f4bb back button for image properties
not so easy, as it should not be shown after uploading
2014-01-19 17:33:52 +01:00
onli 94f1198fe3 Add option to simplify image filters
Default on (at least for the test), needs new language constants
2014-01-19 01:48:42 +01:00
Ian 29649a7d79 ML - exclude possible thumbs.db files 2013-12-25 16:42:03 +01:00
Ian 081fff5e0a ML - exclude frontpage extensions _vti_cnf dir on windows servers 2013-09-19 15:27:43 +02:00
onli 6772775696 thumbnail fix when w/o extension
serendipity_getThumbNailPath added an unnecessary dot, breaking thumbnail when using the fullsize image
2013-08-18 23:20:17 +02:00
onli 731b044d50 Drop use of serendipity_admin_image_selector.php
Enhance admin/images.inc.tpl instead. Gets rid of the fieldset-construct (#30)
2013-07-23 03:06:27 +02:00
onli 8f42e2346c fix double var 2013-07-10 13:52:36 +02:00
onli 94881ba4c0 Make imagemagick use the real size
See http://board.s9y.org/viewtopic.php?f=3&t=19427
2013-07-10 13:35:08 +02:00
onli a654b13a9a Complete include_once usage, romove constants 2013-06-22 12:32:54 +02:00
onli 2af76d2e69 Repair ML-Upload in editor
Change function-comments according to the new logic
2013-06-16 14:13:51 +02:00
onli e62eb56f4a drop smarty_display-option from ML
Always use smarty
2013-06-14 23:31:24 +02:00
Matthias Mees a658e20b27 New iconfont build.
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
onli 294fef724b ML: Give Smarty amount of total images 2013-06-09 17:51:48 +02:00
onli b0cbdd8ba7 fix ML return/echo mix so used template isn't shown anymore 2013-06-09 12:45:14 +02:00
onli dc6a5fce29 fix setcookie in media library 2013-06-08 13:03:13 +02:00
onli ad98a01899 cleanup of images.inc.php 2013-06-08 12:24:46 +02:00
Ian 4e9c666886 upport e2bad7d 2013-06-05 11:48:04 +02:00
onli 32be9063b8 give thumbSize into the ML 2013-06-03 20:05:37 +02:00
onli e1d403057b Add Media Category Filter Buttons 2013-06-01 15:21:13 +02:00
onli d75de7f627 smartified preview-image generation in media library 2013-05-31 21:16:11 +02:00
Garvin Hicking 5ec7481030 Port of patch #16 to 2.0 2013-05-06 09:47:19 +02:00
Matthias Mees 991266a50c Proper error messages, layout and button states for rebuilding thumbs. 2013-02-18 14:28:14 +01:00
Garvin Hicking e50879f5a3 upport 2013-02-07 12:39:44 +01:00
Ian a9e94e9569 fixed typos in 1f9ed0fa2a 2012-12-03 16:53:57 +01:00
Ian 96e2c8bc3c some more serendipity_moveMediaDirectory() message markup 2012-12-03 16:41:25 +01:00
Ian 1f9ed0fa2a serendipity_moveMediaDirectory() messages markup 2012-12-03 16:18:29 +01:00
Matthias Mees 7288ffdef8 Fixed most of the redundant br elements in the core. 2012-12-03 13:35:59 +01:00
Ian 802c1dc18e another php5 compat assigned by reference 2012-10-17 18:01:16 +02:00
Ian a956471a44 added to MediaLB multidelete[] 2012-05-29 20:39:23 +02:00
Ian a3f03a40af forward thinking - added error / success / notice classes and
removed their img inline styles to default/admin/style.css
2012-05-23 19:23:41 +02:00
Garvin Hicking e25a70302d patch to handle files without extensions by Markus Brueckner 2011-12-14 11:49:06 +01:00
Garvin Hicking 2749dc54ad Smarty3 2011-11-24 12:16:02 +01:00
Garvin Hicking 18ff07d7ce allow to insert files with differing extension but same basename and mimetype 2011-04-21 15:07:33 +00:00
Garvin Hicking 43681920a0 fix typo 2010-11-08 11:42:43 +00:00
Garvin Hicking d29998d65e * Fix escaping when using ImageMagick to create PDF-thumbnail images
(stm9x9)
2010-01-19 09:47:52 +00:00
Garvin Hicking 2796d24b34 * Disallow uploading any files with ".php." in the filename
+      (garvinhicking)
2009-11-16 12:30:30 +00:00
Garvin Hicking 0f118e91c3 fix pagination 2009-10-29 18:18:44 +00:00
Garvin Hicking 97710fe021 * Removed inline styles of the s9y media insertion, they will now
properly utilize CSS classes (defined in the new file
      style_fallback.css). Also added support for entering "ALT"
      attributes to an <img> tag, can be used as a media property if
      you add "ALT" to the list of "Media properties" in the
      main configuration. (garvinhicking)
2009-07-14 09:22:06 +00:00
Garvin Hicking 480be20fb6 * Fix PDF imagemagick thumbnail generation to be properly displayed
(http://board.s9y.org/viewtopic.php?f=3&t=15446)
2009-07-10 14:18:04 +00:00
Garvin Hicking c2fd64dcf0 proper parameter by stm9x9 2009-06-26 21:39:27 +00:00
Garvin Hicking 67dc544dd1 Fix showing metadata 2008-07-07 10:35:57 +00:00
Jude Anthony 84d9e8199f Correct thumbnail constraints. S9Y now supports width, height, largest,
and smallest constraints.  Backwards compatibility is maintained with the
imageselectorplus plugin (the only plugin to use the thumbnail or aspect
calculation code).  Language files are updated and a new option screen
is displayed after choosing "Rebuild Thumbs".
2008-04-09 01:57:10 +00:00
Garvin Hicking 270a01b543 bail out if thumbs are smaller than 1 px (0=off) 2008-02-11 17:52:47 +00:00
Garvin Hicking d34bbd7181 * Add ability to plugins to check uploaded media files for invalid
file extensions. Added more escaping to user- and groupnames
      for untrusted author environments, thanks to Hanno Boeck.
      (garvinhicking)
2008-02-01 14:10:14 +00:00
Garvin Hicking 2aff6710c8 Patch by Vlada Ajgl, better IPTC keyword support 2008-01-30 11:47:36 +00:00
Grischa Brockhaus 81c1abd186 Added mp4 as video/x-quicktime guess 2007-08-07 15:08:35 +00:00