Fixed.
102 2008-02-05 09:12
Re: Censoring and usernames (3 replies, posted in PunBB 1.3 troubleshooting)
Fixed.
103 2008-02-05 09:05
Re: Feature request: Censoring (7 replies, posted in PunBB 1.3 troubleshooting)
Hidden from moderators.
104 2008-02-05 09:00
Re: db_update.php (11 replies, posted in PunBB 1.3 troubleshooting)
The special character are not converted properly the forum name on the forum table and the Category Name on the category table
Géomatique --> G
Hmm. It only affects forum names and category names? Usernames, posts, subject etc are converted correctly?
I've too several mistakes on the index.php
Notice: unserialize() [function.unserialize]: Error at offset 7 of 21 bytes in /home/ftp/upload/www/forum2/index.php on line 189 Notice: unserialize() [function.unserialize]: Error at offset 23 of 38 bytes in /home/ftp/upload/www/forum2/index.php on line 189
may be is linked ?
Not linked. The index.php error is because there's something wrong with your array of moderators. Have you had any mod installed that fiddles with the moderators?
105 2008-02-04 15:19
Re: Spelling errors/Minor changes (52 replies, posted in PunBB 1.3 troubleshooting)
Fixed.
106 2008-02-04 15:08
Re: Redirect window - Ellipsis (1 replies, posted in PunBB 1.3 troubleshooting)
Should be fixed.
107 2008-02-04 14:56
Re: rev1412 English lang pack, minor typographics issues (14 replies, posted in PunBB 1.3 troubleshooting)
Fixed.
110 2008-02-04 14:42
Re: few question about url rewriting ... (4 replies, posted in PunBB 1.3 troubleshooting)
1. Will be fixed.
2. Currently it allows for duplicate URLs. We're considering ways to solve the problem.
3. Not sure what you mean by change Atom and RSS to that type. It changes the URLs to the Atom and RSS feeds, but the old URLs still work.
111 2008-02-04 14:40
Re: link in censoring section (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed.
112 2008-02-04 13:54
Re: impossible to have default value of NULL when using $db->add_field() (1 replies, posted in PunBB 1.3 troubleshooting)
Hmm. Isn't a default value of NULL equivalent to no default value at all?
113 2008-02-04 13:43
Re: Obscured passwords (7 replies, posted in PunBB 1.3 troubleshooting)
Alright, alright. I'll change it back. I used to have it as a password field and then people complained about that.
114 2008-02-04 13:41
Re: someone needs to create this mod for 1.3. (5 replies, posted in PunBB 1.3 troubleshooting)
Recent topics? Don't we already have that through the quicksearches?
115 2008-02-04 13:41
Re: Suggestion (2 replies, posted in PunBB 1.3 troubleshooting)
And a good one at that
116 2008-02-04 13:38
Re: Url rewriting ° & ¤ issue (38 replies, posted in PunBB 1.3 troubleshooting)
I agree that sef_friendly() needs a bit more work. Essentially, we only want A-Za-z0-9 in the URL.
117 2008-02-04 13:34
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Rickard wrote:People putting code tags in the description is not something we want.
Just out of curiosity. Why?
Because it's not what the description field is for. If you want fancy markup, add it to the template.
118 2008-02-04 13:26
Re: "Check for updates" link (3 replies, posted in PunBB 1.3 troubleshooting)
It's coming. I just haven't finished the server side stuff for the manual checks.
119 2008-02-01 13:31
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Yeah, but it's overkill. There are other issues as well. We would only want to support a subset of BBCode. People putting code tags in the description is not something we want.
120 2008-02-01 09:43
Re: rev1412 English lang pack, minor typographics issues (14 replies, posted in PunBB 1.3 troubleshooting)
Settle down people. There's no need to start arguing over this It's a minor issue. We'll discuss this internally and see what we come up with.
121 2008-02-01 09:04
Re: Extension Development Mini Primer (12 replies, posted in PunBB 1.3 troubleshooting)
As an alternative to PunXS, for those of you who won't be able to use it, there'll be an extension that allows you to edit hooks in place without reinstalling the extension all the time.
122 2008-02-01 08:27
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
Or just allow the use of BBCode in there, problem solved by the mighty parser.
You said it. The "mighty" parser. We don't want to have to fire it up on all pages.
124 2008-01-31 14:51
Re: Update from 1.2.12 to 1.3 (4 replies, posted in PunBB 1.3 troubleshooting)
1. Yes. Honestly, I can't remember what database changes we've done in 1.2 -> 1.2.16, but checking for them and applying them if needed in the 1.3 update script should be easy.
The 1.3 update script will convert your 1.2.12 database without problems. Essentially, you could just upload the 1.3 files, paste your config.php from 1.2 into the 1.3 folder and run the update script.
125 2008-01-31 14:47
Re: rev1412 English lang pack, minor typographics issues (14 replies, posted in PunBB 1.3 troubleshooting)
I think my commit regarding the ellipsis caught all of them. There are some code comments that I didn't touch, but all the output should now be correct.
I think for the non-breaking space, we need the numeric entity. If not, I'm convinced language pack authors will just overwrite it with a regular space.
My main issue with apostrophes and quotes is that if we use the "fancy" versions in the language packs, we need to make sure that they're also used in posts. That means translating computerized versions either as the post is inserted into the database or right before display. I'm not sure I like it. There's potential for problems.