Show Posts

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.

Messages - MultiformeIngegno
31
Features / Re: What's the purpose of non-database sessions?
« on February 4th, 2014, 10:18 AM »
Ah Apache apache.... nginx will definitely kill you at some point :P
32
Archived fixes / Re: Like and Reposts
« on February 4th, 2014, 01:03 AM »
Yep it was the same thing happened to me. At least this proofs I didn't drink too much :P
33
The Pub / Re: Minimum PHP version?
« on February 3rd, 2014, 07:41 PM »
hosts can have different environments.. they can have a check or a list that says X hostings are on php A, others on B..
34
Features / Re: On the desirability of automatic updates..?
« on February 3rd, 2014, 07:28 PM »
Sorry if I say stupid things, I try :P
For the deleted files can't you just use the diff (I assume it's available in GitHub API) and if there are deleted files tell php to remove them. Then download the zip file from github, extract it (I think there shouldn't be any problem doing it with php..?) and replace old files (all the folder or just the ones modified, if diff file is available thought APIs). For permissions you can add a check. You first download the zip (if you don't have permissions simply it's not downloaded). Then you try to create a dummy empty file in the folder of the files the installer should replace. If it works you can proceed either removing all old files and putting new ones or just delete the ones that have been updated (from diff)..
35
The Pub / Re: Minimum PHP version?
« on February 2nd, 2014, 01:46 PM »
Quote from Bunstonious on February 2nd, 2014, 01:32 PM
Makes sense, I try and keep my server up to date, but I admit it's not the first thing I do each morning.

Which reminds me... brb...
There's difference between not checking every morning and having an environment 7 years old (php 5.2).
36
The Pub / Re: Minimum PHP version?
« on February 2nd, 2014, 02:37 AM »
I think users running outdated versions oh php don't care about users security and shouldn't deserve wedge. I voted for 5.4 and I'm running 5.5.8..
37
Archived fixes / Re: Not exactly a *bug* but...
« on February 1st, 2014, 06:15 PM »
Maybe you have some other file caching system in your server environment..?
38
Documentation / Re: PrettyURLs on nginx
« on February 1st, 2014, 02:18 AM »
True!
39
Features / Re: On the desirability of automatic updates..?
« on February 1st, 2014, 12:18 AM »
Quote from Nao on February 1st, 2014, 12:06 AM
I'll like your other post, not this one, because it's a GPL codebase and I can't even have a glance at it without being accused of license breach... :lol:
Ok but you could at least take inspiration on how he did things... :whistle: :P
40
Features / Re: On the desirability of automatic updates..?
« on January 31st, 2014, 11:27 PM »
Shouldn't I deserve at least a like on my post? :P
Take a look at this! I use it to automatically update the WordPress theme I create and mantain on GitHub: https://github.com/afragen/github-updater
41
Archived fixes / Re: Errors when checking detailed version info
« on January 31st, 2014, 08:57 PM »
Since it was decided (?) to use github for release maybe it could be useful to add just a comparison between commits dates! :-)
42
Archived fixes / Re: Date format is incorrect
« on January 31st, 2014, 09:13 AM »
This is a Europeans driven project so it's correct even in us English!!!!! Joking :P
43
Archived fixes / Re: Log throws errors
« on January 31st, 2014, 12:33 AM »
Quote from Nao on January 30th, 2014, 06:57 PM
Oh, nice...

Try replacing at line 536 (in /core/app) the explode("\n", part with preg_split('~\s+~',
This SHOULD work. Untested...
Nope.. still getting those errors when saving settings in Proxy area.
44
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 11:51 PM »
Quote from Pandos on January 30th, 2014, 10:21 PM
Quote from MultiformeIngegno on January 30th, 2014, 09:49 PM
Quote from Nao on January 30th, 2014, 07:41 PM
Quote from MultiformeIngegno on January 30th, 2014, 01:25 AM
the dots are in the url, I just changed the domain.tld part
What's the value of $settings['smileys_dir'] and 'smileys_url' in the {db_prefix}settings table..?
Can someone help me with the query I need to run to show the value? Can't install phpmyadmin right now..
You mean for wedge?
Please change path and URL!
Code: [Select]
INSERT INTO `wedge_settings` VALUES ('smileys_dir','/***YOUR***PATH***TO***WEDGE/assets/smileys'),('smileys_url','http://***YOUR***URL***/wedge/assets/smileys'),('smiley_sets_default','default'),('smiley_sets_known','default,aaron'),('smiley_sets_names','Alienine\'s Set\nAaron\'s Set');
Insert? I think Nao wanted to just know the values I had. So we can understand what caused wrong links.. Doesn't INSERT add something?
45
Importing into Wedge / Re: Importer tool
« on January 30th, 2014, 09:49 PM »
Quote from Nao on January 30th, 2014, 07:41 PM
Quote from MultiformeIngegno on January 30th, 2014, 01:25 AM
the dots are in the url, I just changed the domain.tld part
What's the value of $settings['smileys_dir'] and 'smileys_url' in the {db_prefix}settings table..?
Can someone help me with the query I need to run to show the value? Can't install phpmyadmin right now..