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.
496
Archived fixes / Re: Wrong value type sent to the database. Integer expected. (parent)
« on November 12th, 2014, 11:48 PM »
It shouldn't even have happened, considering the code flow... Unless the 'parent' form variable was set to an empty string, instead of 0... (?)
497
Archived fixes / Re: Number of Topic
« on November 12th, 2014, 11:44 PM »
Should be fixed now. :)
This was an unrelated bug, actually.
This was an unrelated bug, actually.
498
Features / Re: New revs
« on November 12th, 2014, 11:42 PM »
[Commit revision 7769f80]
Author: Nao
Date: Wed, 12 Nov 2014 23:42:45 +0100
Stats: 7 files changed; +10 (insertions), -10 (deletions)
Date: Wed, 12 Nov 2014 23:42:45 +0100
Stats: 7 files changed; +10 (insertions), -10 (deletions)
- Some areas didn't use the latest flag icon code, resulting in incoherent padding. (ManageSettings.php, Profile-Modify.php, TEMPLATES: Admin, ManageInfractions, ManageMail, ManageModeration, Register)
- Again, mostly untested...
499
Features / Re: New revs
« on November 12th, 2014, 11:31 PM »
[Commit revision 010e52b]
Author: Nao
Date: Wed, 12 Nov 2014 23:31:07 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Wed, 12 Nov 2014 23:31:07 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Actually, users should be able to override the number of topics shown on the homepage... (Home.template.php)
500
Features / Re: New revs
« on November 12th, 2014, 11:28 PM »
[Commit revision 1e70f28]
Author: Nao
Date: Wed, 12 Nov 2014 23:28:02 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Wed, 12 Nov 2014 23:28:02 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Screwed up operator precedence. I can only say this Your Honor: it's the first time I ever used a simplified ?: operator... (Home.template.php)
501
Features / Re: New revs
« on November 12th, 2014, 11:19 PM »
[Commit revision 5ab1c8c]
Author: Nao
Date: Wed, 12 Nov 2014 23:17:53 +0100
Stats: 1 file changed; +13 (insertions), -1 (deletion)
[Commit revision d424bb0]
Author: Nao
Date: Wed, 12 Nov 2014 23:18:54 +0100
Stats: 1 file changed; +30 (insertions), -33 (deletions)
Date: Wed, 12 Nov 2014 23:17:53 +0100
Stats: 1 file changed; +13 (insertions), -1 (deletion)
- Delete message link was broken on profile post lists for guests. (Profile.template.php)
[Commit revision d424bb0]
Date: Wed, 12 Nov 2014 23:18:54 +0100
Stats: 1 file changed; +30 (insertions), -33 (deletions)
- Action menu was disabled when viewing a guest post. I'm not sure why I did this at all, but let's say it was an oversight, and hope it doesn't break something else... Apparently it's working fine. (Display.php)
502
Archived fixes / Re: Number of Topic
« on November 8th, 2014, 12:37 PM »
Didn't need a video, just a couple of minutes to look into the topic, then the bug, then fix it ;)
Usually with me, it's a quick thing, I just don't have much time for Wedge these days... (Sorry again.)
Usually with me, it's a quick thing, I just don't have much time for Wedge these days... (Sorry again.)
503
Features / Re: New revs
« on November 8th, 2014, 12:36 PM »
[Commit revision 8f85c88]
Author: Nao
Date: Sat, 08 Nov 2014 12:36:17 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
Date: Sat, 08 Nov 2014 12:36:17 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
- The colon separator for specifying number of items on homepage blocks didn't work properly. (Home.php)
504
Features / Re: New revs
« on October 28th, 2014, 09:10 PM »
[Commit revision 86a67d1]
Author: Nao
Date: Tue, 28 Oct 2014 20:20:37 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
[Commit revision 0acaa37]
Author: Nao
Date: Tue, 28 Oct 2014 21:03:36 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
[Commit revision 772cafd]
Author: Nao
Date: Tue, 28 Oct 2014 21:10:06 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)
Date: Tue, 28 Oct 2014 20:20:37 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
- Remove .first-post class from all items retrieved through infinite Ajax. You never know... (topic.js)
[Commit revision 0acaa37]
Date: Tue, 28 Oct 2014 21:03:36 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
- Also, probably useless, but in case an infinite page takes time to show, we might want to show an Ajax loader. I'm not sure it'll work though, with all of the DOM manipulations going around... But at least it doesn't break anything, so might as well do it. (topic.js)
[Commit revision 772cafd]
Date: Tue, 28 Oct 2014 21:10:06 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)
- Fixed infinite pages showing a duplicate of the original post in blog mode. (Display.php)
- Fixed infinite pages showing full userbox data in blog mode. (Display.template.php)
- Also documented one of the lines a bit more... wetem::replace() can be complicated to grasp here. (Display.php)
- These fixes took me hours to implement... I'm getting rusty! But this is as short and simple as I can do for them.
505
Features: Posts & Topics / Re: Likes
« on October 23rd, 2014, 12:19 AM »Looks like you really struggle about that thing :hmm:.
All in all, this patch took only a few hours to write, so it's no biggie. I thought it'd be a good opportunity to try out committing to a new branch, and then reverting to the master... Seems to work. I'm git-rusty you see.
I'm not sure but as a plugin that would be quite nice.
Don't think that its really core stuff that everyone needs.
But what wedge needs are more plugins :D
Kill two birds with one stone?!
- I can write core stuff, but plugins..? Not really. I used to leave that up to Arantor in the first place.
- I need all the help I can get to promote Wedge once I'm done with my 'busier' days.
506
Features / Re: New revs
« on October 22nd, 2014, 11:10 PM »
[Commit revision 704756b]
Author: Nao
Date: Wed, 22 Oct 2014 22:30:02 +0200
Stats: 11 files changed; +112 (insertions), -74 (deletions)
Date: Wed, 22 Oct 2014 22:30:02 +0200
Stats: 11 files changed; +112 (insertions), -74 (deletions)
- Changed the Like feature to 'Reactions', which basically adds the ability to say something else than 'I like!' to a post, based on a selection of smileys. I wrote this a month ago, and was unable to make up my mind and commit it, so I'm doing it to a new branch, and forgetting the feature for now. Hopefully, someone else will be interested in helping out. (Display.php, Like.php, Merge.php, RemoveTopic.php, Stats.php, Subs-Members.php, Thoughts.php, Upgrade.php, Display.template.php, index.english.php, install.sql)
- Things left to do:
- (1) Increment index.php's upgrade variable to allow for the upgrade script to pick up.
- (2) Update the upgrade script to have a better (shorter?) selection of default smileys.
- (3) Determine whether reaction icons should be based on smileys, or completely different pictures.
- (4) Add the actual UI for setting your reaction. I couldn't decide whether to use a select box or a mini-menu. Both have their pros and cons.
- (5) Add the actual admin UI for customizing what smileys can be used globally, and possibly some UI to allow posters to determine what reactions their message should allow.
507
Features / Re: New revs
« on October 22nd, 2014, 11:10 PM »
[Commit revision 74ccafb]
Author: Nao
Date: Wed, 22 Oct 2014 22:17:35 +0200
Stats: 1 file changed; +3 (insertions), -5 (deletions)
[Commit revision 9d716a9]
Author: Nao
Date: Wed, 22 Oct 2014 23:05:11 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)
Date: Wed, 22 Oct 2014 22:17:35 +0200
Stats: 1 file changed; +3 (insertions), -5 (deletions)
- Just a reminder: foreach() doesn't recalculate values on each iteration, so we don't need temp variables... (Like.php)
[Commit revision 9d716a9]
Date: Wed, 22 Oct 2014 23:05:11 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)
- IP fields should be marked as unsigned, thus making twice as many IP entries available. Not a game changer, so I'm not going to update Upgrade.php just for that...
508
Plugins / [Plugin] Re: No Print for Guests
« on October 22nd, 2014, 01:16 AM »
Alternatively, you could have added this as an admin setting and then done a pull request... ;)
Plugins are best suited for (1) niche material, (2) stuff that should, must or is updated on a regular basis.
Plugins are best suited for (1) niche material, (2) stuff that should, must or is updated on a regular basis.
509
Archived fixes / Re: PrintPage parsebbc doesnt know postid
« on October 22nd, 2014, 01:16 AM »
Should be fixed now...
510
Features / Re: New revs
« on October 22nd, 2014, 12:14 AM »
[Commit revision 4d3680a]
Author: Nao
Date: Wed, 22 Oct 2014 00:14:49 +0200
Stats: 1 file changed; +3 (insertions), -2 (deletions)
Date: Wed, 22 Oct 2014 00:14:49 +0200
Stats: 1 file changed; +3 (insertions), -2 (deletions)
- Search didn't set search_type to board if specific boards were set. (Based on fix by @CleptoMan, although totally not tested, as usual with me when it's past midnight.) (Search.template.php)