Commit Graph

58 Commits

Author SHA1 Message Date
Yukimi Kazari
ce9570d6fb Updates for new PHP stuff 2019-12-18 04:44:09 +00:00
Yukimi Kazari
45635467ee Revert "Added more MP4 Suport"
This reverts commit 2c7df929c2
2017-01-04 04:49:27 -05:00
Yukimi Kazari
9c55a12dd7 Revert "MP4 Thumbnail support"
This reverts commit b1ca9f48ec
2017-01-04 04:47:24 -05:00
Yukimi Kazari
2c7df929c2 Added more MP4 Suport 2016-12-26 15:16:27 -05:00
Yukimi Kazari
b1ca9f48ec MP4 Thumbnail support 2016-12-25 17:43:09 -05:00
Lain Iwakura
5e90e63199 Added Webm / MP4 Support 2016-09-09 04:56:51 -04:00
Renzo
04dfa535c8 Fixed fix #192 2016-08-14 15:17:44 -05:00
Renzo
b009bb77ad Fixed #192 2016-08-14 14:52:08 -05:00
Renzo
48b182b2f6 Hopefuly fixes #147; made tag sub delay configurable 2016-07-30 13:45:57 -05:00
Renzo
61b48d0ca1 Hopefully fixes #98 and all job tasks bugs 2016-07-30 00:16:24 -05:00
Renzo
536a1f907b Fixed #149 2016-07-30 00:14:52 -05:00
Parziphal
49eff95399 Added exception log to TagSubs. 2015-03-03 09:16:45 -05:00
Parziphal
b50fdbcc18 Fixes errors noted in #144.
Also includes a change in the Post\TagMethods::save_post_history() method, but I don't remember why I changed that.
2015-02-08 23:09:05 -05:00
Parziphal
c7327eabce Fixed #136. 2015-02-04 10:30:19 -05:00
Parziphal
28050d61cd Fix for #131. 2014-12-12 18:18:37 -05:00
Parziphal
195ec3896b Fixed #91. 2014-06-06 02:29:01 -05:00
Parziphal
a78944d3fb Fixed #90. 2014-06-06 01:50:26 -05:00
Parziphal
595b51c3bc Fixed issue #78. 2014-05-26 08:31:17 -05:00
Parziphal
502af08271 Uncommented 'expire_cache' after destroy 2014-05-26 07:28:31 -05:00
Parziphal
fd1436b0ed Use updateColumns instead. 2014-05-12 16:33:25 -05:00
Parziphal
c09937b4db Sorted filenames (#64). 2014-05-03 08:31:09 -05:00
Parziphal
2d03b56bec Fixed issue #73. 2014-05-03 08:15:37 -05:00
Parziphal
23697dd525 Changed purge_tags().
Tag purging was done directly to the database, leaving the tags' history entries orphan.
2014-02-20 16:48:24 -05:00
Parziphal
28269e00c6 Couple changes to generate_preview().
* Now accepts $force_regen option.
 * Calling tempfile_path()  would cause an error.
 * Changed file_exists() for is_file().
2014-02-20 15:47:31 -05:00
Parziphal
98d44e06c8 Fixed issue #57. 2014-01-27 09:41:44 -05:00
Parziphal
cec5bb7b82 Fixed issue #56. 2014-01-27 08:23:51 -05:00
Parziphal
41e5dcc8f4 Added UserLog. 2014-01-26 15:43:12 -05:00
Parziphal
632a528baa Fixed issue #54. 2014-01-26 07:22:04 -05:00
Parziphal
30f9b207fd Changed EOL to Linux. 2014-01-26 01:40:41 -05:00
Parziphal
613346841d Fixed issue #53. 2014-01-24 21:57:50 -05:00
Parziphal
fcfb09c0d0 Fixed issue #50. 2014-01-21 21:13:44 -05:00
Parziphal
678b055f52 Fixed error regarding User::is_level_or_lower().
It was returning false for anonymous users, it now returns true.
2014-01-12 10:27:17 -05:00
Parziphal
827072db46 Fully enabled tag subscriptions. 2014-01-12 10:09:26 -05:00
Parziphal
cf9cba40b6 Fully enabled Inline Images.
A little detail: the "Add image" button was moved to a new table row, so it stands out more.
Known bugs/errors:
- When cropping an animated GIF inline (with a secondary JPG inline), although the images are correctly cropped, an empty error is displayed.
2013-12-31 14:22:59 -05:00
Parziphal
33e86da790 Adding support to Inline Images 2013-12-31 02:32:12 -05:00
Parziphal
272fc76629 fixed User::is_level... methods when anonymous
they where returning true in some cases (like when calling is_unactivated).
they now return false if anonymous.
2013-12-06 05:13:03 -05:00
Parziphal
12e3a57053 more changes related to advertisements.
added position to advertisements. with it, one can choose to either show an horizontal add only at top, bottom or both.
removed can_see_ads check from AdvertisementsHelper::print_advertisement() because it's already checked before calling it.
horizontal-bottom ads in post#index are centered.
removed "Reset hit count" checkbox in ads#edit.
Width and Height in ads form are now "number" fields.
Width and Height must now be set also for "Html" ads.
made ads#show a little nicer.
ads#create and ads#update redirect to ads#index if success.
some other related changes.

made ad#show a little nicer
2013-12-05 15:09:26 -05:00
Parziphal
11d4f3772e enabled hash-key on cache 2013-12-03 22:51:09 -05:00
Parziphal
c75071b77c fixed error in #diff 2013-12-02 16:26:13 -05:00
Parziphal
bfd9978032 added html option to advertisements 2013-12-01 21:26:35 -05:00
Parziphal
92494e80d5 enabled Advertisements 2013-11-21 14:08:11 -05:00
Parziphal
fb7177093b merged dev 2013-11-19 15:16:56 -05:00
Parziphal
8d1c326f32 fix on cache fetch 2013-11-19 12:34:50 -05:00
Parziphal
799f1d0a5c enabled more cache-related code 2013-11-19 12:31:38 -05:00
Parziphal
ee3b6c37ac Advertisement + schema 2013-11-17 23:33:10 -05:00
Parziphal
69b6c0cbcd fix tag sort upon save (#25) 2013-11-17 01:24:38 -05:00
Parziphal
fd1b89bace fixed Post::get_sample_width/height 2013-11-13 12:55:23 -05:00
Parziphal
3dd3c8c81f callbacks, set_avatar fix 2013-11-13 12:53:33 -05:00
Parziphal
0545bde1a0 updating 2013-11-08 11:37:29 -05:00
Parziphal
1ae6c3183b fixed Tag::mass_edit 2013-11-05 11:01:32 -05:00