
This section allows you to view all posts where this member received or gave a like to.
1
[Commit revision 2ebdde8]
Author: Nao
Date: Tue, 24 Oct 2017 15:26:42 +0200
Stats: 3 files changed; +5 (insertions), -19 (deletions)
[Commit revision ad4eada]
Author: Nao
Date: Tue, 24 Oct 2017 15:26:58 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)
Date: Tue, 24 Oct 2017 15:26:42 +0200
Stats: 3 files changed; +5 (insertions), -19 (deletions)
- I'm officially giving up on @viewport support. This great little bit of CSS never took off and browser support is as obscure as ever. No need to waste time on it then. (sections.css, Class-CSS.php, index.template.php)
- Updated @keyframes and flexbox support to remove prefixes on some browsers that were updated since the last time I looked into it. (Class-CSS.php)
[Commit revision ad4eada]
Date: Tue, 24 Oct 2017 15:26:58 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
2
I'd recommend switching to Wedge instead, but what do I know...... :whistle:
3
[Commit revision 7f69520]
Author: Nao
Date: Tue, 30 Dec 2014 16:55:21 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)
Date: Tue, 30 Dec 2014 16:55:21 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)
- Added support for modding JavaScript and CSS files. I actually tested the JS implementation, can you believe it? And it works. Haven't bothered with CSS, though... Please note, I believe this is the first time one can actually change the default behavior of Wedge's JavaScript files. I never added any hooks for them before... (Subs-Cache.php)
4
[Commit revision b44db28]
Author: Nao
Date: Tue, 30 Dec 2014 15:12:50 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 05bdbfd]
Author: Nao
Date: Tue, 30 Dec 2014 15:36:22 +0100
Stats: 1 file changed; +25 (insertions), -23 (deletions)
Date: Tue, 30 Dec 2014 15:12:50 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Forgot to commit the Subs-CachePHP change in Subs-Template.php. (Subs-Template.php)
[Commit revision 05bdbfd]
Date: Tue, 30 Dec 2014 15:36:22 +0100
Stats: 1 file changed; +25 (insertions), -23 (deletions)
- Modding wasn't applied to early-loaded files, only caching, due to accessing $context['enabled_plugins'] before it was potentially initialized. I wasn't drunk, I assure you. Thanks to CerealGuy again for being the only one to bother testing file modding... (Including me.) (Subs-CachePHP.php)
- Added $no_caching parameter to apply_plugin_mods, to allow more freedom in modding any files, including those that shouldn't be cached in gz/app or gz/html. (Subs-CachePHP.php)
- Renamed that function's parameters to $source and $dest, for readability. (Subs-CachePHP.php)
5
@Freñiçh
Use the commit before or change 'Subs-MinifyPHP.php' to 'Subs-CachePHP.php'. Also you can delete the Subs-MinifyPHP.php file.
Use the commit before or change 'Subs-MinifyPHP.php' to 'Subs-CachePHP.php'. Also you can delete the Subs-MinifyPHP.php file.
6
[Commit revision 921070e]
Author: Nao
Date: Sun, 21 Dec 2014 20:54:56 +0100
Stats: 4 files changed; +0 (insertion), -5 (deletions)
Date: Sun, 21 Dec 2014 20:54:56 +0100
Stats: 4 files changed; +0 (insertion), -5 (deletions)
- Removing disableTemplateEval setting... Next commits will deal with the feature in a way that allows running evals without losing any time. Permission to look smug, sir? (ManageServer.php, Help.english.php, ManageSettings.english.php, install.sql)
7
[Commit revision f73826a]
Author: Nao
Date: Mon, 22 Dec 2014 00:59:22 +0100
Stats: 3 files changed; +3 (insertions), -3 (deletions)
Date: Mon, 22 Dec 2014 00:59:22 +0100
Stats: 3 files changed; +3 (insertions), -3 (deletions)
- Unused globals. (Security.php, Subs-Cache.php)
- HTML tags aren't allowed in error messages... (Subs-MinifyPHP.php)
8
[Commit revision d1657f6]
Author: Nao
Date: Sun, 21 Dec 2014 21:51:00 +0100
Stats: 5 files changed; +45 (insertions), -24 (deletions)
Date: Sun, 21 Dec 2014 21:51:00 +0100
Stats: 5 files changed; +45 (insertions), -24 (deletions)
- Introducing support for template modding, yay! Basically, templates are now cached the same way source files are (except in the new gz/html folder), and then they go through the same patching process. This is untested, but it should work, and if it doesn't, I'll fix it soon. (Load.php, OriginalFiles.php, Subs-MinifyPHP.php, Subs-Template.php, index.php)
- All templates are now evaluated once at cache time, and never again after that. Best of both worlds...? Although I guess if the error is in a main template, it won't do you much good to have it listed in the error log if you can't show it, will it..? (Subs-Template.php)
- If the gz/app folder is removed by mistake, loadSource will re-create it automatically. (index.php)
- Language inclusion needs no basic caching, since it already has caching of its own. (Load.php)
9
Support / Re: How to disable option print topics for non logged in users
CerealGuy « on October 19th, 2014, 01:47 PM »
First, $context['user']['is_logged'] isnt good, better use we::$is_guest.
Second, write a plugin :D
Dont worry, did that for you.
http://wedge.org/pub/plugins/8717/plugin-no-print-for-guests/msg296572/#msg296572
Second, write a plugin :D
Dont worry, did that for you.
http://wedge.org/pub/plugins/8717/plugin-no-print-for-gu
10
[Commit revision 0303ffc]
Author: Nao
Date: Sun, 05 Oct 2014 16:08:56 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 4bd583c]
Author: Nao
Date: Sun, 05 Oct 2014 16:09:42 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision 261d5a3]
Author: Nao
Date: Sun, 05 Oct 2014 16:10:58 +0200
Stats: 1 file changed; +6 (insertions), -4 (deletions)
[Commit revision 9f4c805]
Author: Nao
Date: Mon, 06 Oct 2014 00:41:11 +0200
Stats: 2 files changed; +41 (insertions), -39 (deletions)
Date: Sun, 05 Oct 2014 16:08:56 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Shortened strings returned by... shorten_subject(). (Subs.php)
[Commit revision 4bd583c]
Date: Sun, 05 Oct 2014 16:09:42 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Fixed minor glitch on skin selector in responsive mode. (Themes.php)
[Commit revision 261d5a3]
Date: Sun, 05 Oct 2014 16:10:58 +0200
Stats: 1 file changed; +6 (insertions), -4 (deletions)
- Commenazi, and spacinazi. (Subs-Media.php)
[Commit revision 9f4c805]
Date: Mon, 06 Oct 2014 00:41:11 +0200
Stats: 2 files changed; +41 (insertions), -39 (deletions)
- More fixes to the search popup. Should behave better in mobile mode *and* desktop mode, too... What an annoying piece of code, still. (script.js, sections.css)