This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1561
Features / Re: New revs
« on February 6th, 2014, 06:36 PM »
[Commit revision 5ffe11d]
Author: Nao
Date: Thu, 06 Feb 2014 16:01:31 +0100
Stats: 1 file changed; +41 (insertions), -44 (deletions)
[Commit revision cf84467]
Author: Nao
Date: Thu, 06 Feb 2014 18:25:23 +0100
Stats: 4 files changed; +17 (insertions), -81 (deletions)
[Commit revision d0229b3]
Author: Nao
Date: Thu, 06 Feb 2014 18:36:02 +0100
Stats: 2 files changed; +5 (insertions), -15 (deletions)
Date: Thu, 06 Feb 2014 16:01:31 +0100
Stats: 1 file changed; +41 (insertions), -44 (deletions)
- Fixed news header not being styled. This is because $context['random_news_line'] was only filled in after the CSS was parsed at all... (index.css)
- Various CSS tweaks: don't set border-radius if $radius is set to 0. Put the proper text color in #wedge, rather than #content. Some margin and alignment hacks, too. (index.css)
[Commit revision cf84467]
Date: Thu, 06 Feb 2014 18:25:23 +0100
Stats: 4 files changed; +17 (insertions), -81 (deletions)
- Reverted most of the changes from 422595b (January 8) with the session-based cache. The first implementation lasted a couple of days until I saw its limits. The second implementation lasted a month before it started to show bugs. I spent a day on it, couldn't fix much of it, decided, what the hell, it was only 5% faster. Maybe there will be a third implementation, but I wouldn't count on it too much. Stick to file-based caching, it's still the most consistently stable and efficient cache system for Wedge. Even my work on a database-based cache was too disappointing to further explore. (Load.php, ManageServer.php, Subs-Cache.php, ManageSettings.english.php)
[Commit revision d0229b3]
Date: Thu, 06 Feb 2014 18:36:02 +0100
Stats: 2 files changed; +5 (insertions), -15 (deletions)
- I believe it's the first time I'm using a lambda function to emulate cache_put_data... Well, it shows you how it's done! (Subs-Boards.php)
- 6 lines into 1. That's better. For my OCD at least. (Subs-Cache.php)
1562
The Pub / Preparing for an 'official' public alpha...
« on February 6th, 2014, 02:36 PM »
So, basically, could we establish a list of what I forgot to fix, implement or generally do to the codebase in order to make a viable public release..?
Thanks! There are so many topics right now, I feel it'll be faster if everyone chips in!
Thanks! There are so many topics right now, I feel it'll be faster if everyone chips in!
1563
Plugins / [Plugin] Re: Facebook for Wedge
« on February 6th, 2014, 02:30 PM »
Well, I'm not... At any rate, try to 'Purge cache' in your admin menu. Make sure Subs-Plugins.php and ManagePlugins.php are both replaced in /core/app, too.
This error message shouldn't prevent you from using the plugin I believe, it's just a silly typo from Pete back in the day, in the code that checks whether some required functions are present.
This error message shouldn't prevent you from using the plugin I believe, it's just a silly typo from Pete back in the day, in the code that checks whether some required functions are present.
1564
Features / Re: Tagging
« on February 6th, 2014, 01:10 PM »
Please don't mix several topics into the same post... :whistle:
1565
Features / Re: Plugin revs
« on February 6th, 2014, 12:07 PM »
[Commit revision 3369eba]
Author: Nao (Signed-off)
Date: Thu, 06 Feb 2014 12:07:31 +0100
Stats: 3 files changed; +4 (insertions), -4 (deletions)
Date: Thu, 06 Feb 2014 12:07:31 +0100
Stats: 3 files changed; +4 (insertions), -4 (deletions)
- Even auto-generated messages should probably go through the same security as the rest... (github/github.php)
- Details. (facebook/Subs-Plugin.php, facebook/callback.php)
1566
Features / Re: Plugin revs
« on February 6th, 2014, 12:01 PM »
[Commit revision 0688f4b]
Author: Pandos (Signed-off)
Date: Tue, 04 Feb 2014 19:48:39 +0100
Stats: 3 files changed; +31 (insertions), -0 (deletion)
Date: Tue, 04 Feb 2014 19:48:39 +0100
Stats: 3 files changed; +31 (insertions), -0 (deletion)
- German translation for plugin topic_solved.
1567
Features / Re: Plugin revs
« on February 6th, 2014, 11:54 AM »
[Commit revision a38b973]
Author: Pandos (Signed-off)
Date: Tue, 04 Feb 2014 19:04:20 +0100
Stats: 11 files changed; +133 (insertions), -0 (deletion)
Date: Tue, 04 Feb 2014 19:04:20 +0100
Stats: 11 files changed; +133 (insertions), -0 (deletion)
- German translation for plugin Flitter
- German translation for plugin max_smileys
- German translation for plugin topic_buttons.
- German translation for plugin recent_items.
- German translation for plugin recaptcha.
- German translation for plugin readability.
- German translation for plugin posts_per_day
- German translation for plugin pie_polls
- German translation for plugin word_limits.
- Last plugin to update.
- (cherry picked from various commits)
- Acked-by: Nao <nao@wedge>
1568
Features / Re: Tagging
« on February 6th, 2014, 09:57 AM »
Nope, juste overwrite...
That'll be the case even if I do changes to the database (at least when it's in beta, can't promise for alpha but I'm doing what I can.)
The installer must only be used once. The rest is done transparently by Wedge itself. That's how I see things.
Heck, you can't use the installer at all on an installed copy, it won't let you. ;)
That'll be the case even if I do changes to the database (at least when it's in beta, can't promise for alpha but I'm doing what I can.)
The installer must only be used once. The rest is done transparently by Wedge itself. That's how I see things.
Heck, you can't use the installer at all on an installed copy, it won't let you. ;)
1569
Off-topic / Re: PHP | Learning
« on February 6th, 2014, 09:55 AM »
Dunno, personally I never followed a tutorial or learned C (on which PHP is loosely based), I only had expertise on Delphi Win32 development. I just looked into the codebase of any software I installed on my server. phpBB, then WordPress, then SMF... That's just how I learned. Same for JavaScript, really.
Can't you just google 'PHP tutorial' if you prefer tutorials as opposed to just tweaking until it sinks in..? :P
Can't you just google 'PHP tutorial' if you prefer tutorials as opposed to just tweaking until it sinks in..? :P
1570
Plugins / [Plugin] Re: Facebook for Wedge
« on February 6th, 2014, 12:44 AM »
It was definitely pushed this afternoon. ;)
The last push (from a couple minutes ago) fixes the same bug in the plugin homepage. Should be all good, now. Keep me posted.
I'm late for bed by over an hour... Sleepy time is important. It keeps Nao in shape for the next day of work.
The last push (from a couple minutes ago) fixes the same bug in the plugin homepage. Should be all good, now. Keep me posted.
I'm late for bed by over an hour... Sleepy time is important. It keeps Nao in shape for the next day of work.
1571
Features / Re: New revs
« on February 6th, 2014, 12:41 AM »
[Commit revision 7df6fcf]
Author: Nao
Date: Thu, 06 Feb 2014 00:40:58 +0100
Stats: 5 files changed; +29 (insertions), -24 (deletions)
Date: Thu, 06 Feb 2014 00:40:58 +0100
Stats: 5 files changed; +29 (insertions), -24 (deletions)
- large_text and multi_select needed to use underscores, not dashes. I could probably fix it the other way around, but whatever. Feedback welcome. If you don't know what these are, for instance large_text is used to show a textarea in your plugin's admin page. (ManageSettings.php)
- More bugs similar to the one in Subs-Plugins.php. (ManagePlugins.php)
- redirectexit() shouldn't try to prettify external URLs. Well, duh. (Subs.php)
- Plugin homepage layout tweak. (ManagePlugins.template.php, mana.css)
1572
Features / Re: Plugin revs
« on February 6th, 2014, 12:36 AM »
[Commit revision c9024c8]
Author: Nao (Signed-off)
Date: Thu, 06 Feb 2014 00:36:07 +0100
Stats: 6 files changed; +203 (insertions), -0 (deletion)
Date: Thu, 06 Feb 2014 00:36:07 +0100
Stats: 6 files changed; +203 (insertions), -0 (deletion)
- github: Added my first 'real' plugin, the GitHub WebHooks handler. I've tried to write a long and amusing readme for it, you'll find all instructions you need in it, and if you're using it, please tell me where! (github/*)
- It's totally meta that this changelog is going to be reposted to Wedge.org by that very same plugin... ;)
1573
Features / Re: Plugin revs
« on February 5th, 2014, 11:42 PM »
[Commit revision 2fd04c8]
Author: Nao (Signed-off)
Date: Wed, 05 Feb 2014 23:42:07 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
:edit: This is the first commit posted by my new, simplified and much-improved GitHub plugin... 8-)
Date: Wed, 05 Feb 2014 23:42:07 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- facebook: the proper keyword inside <settings-area> is <language>, not <load-language>. (plugin-info.xml)
:edit: This is the first commit posted by my new, simplified and much-improved GitHub plugin... 8-)
1574
Test board / Re: Test topic.
« on February 5th, 2014, 11:27 PM »
[Commit revision 12cf1e3]
Author: Nao
Date: Wed, 05 Feb 2014 23:14:33 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
Date: Wed, 05 Feb 2014 23:14:33 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
- Update README.md
1575
Features / Re: Tagging
« on February 5th, 2014, 10:18 PM »
Plugins were really not ready. I thought the feature had been ready for years, but it wasn't. Plenty of little bugs here and there... Working on them.
(And I'm stopping work on my GitHub plugin for tonight. Another bug, and I 'missed' my window of opportunity with a Wedge/stash push. I'll try again tomorrow.)
(And I'm stopping work on my GitHub plugin for tonight. Another bug, and I 'missed' my window of opportunity with a Wedge/stash push. I'll try again tomorrow.)