You are not logged in.
- Topics: Active | Unanswered
#1501 Re: Programming » AND/OR question » 2008-06-03 13:50:11
#1502 Re: Core development » Creation of forums » 2008-06-03 13:38:09
- Smartys
Do you want me to take a look at this/come up with a patch based on the current markup, or wait until you finish the admin markup?
#1503 Re: Programming » AND/OR question » 2008-06-03 13:36:36
- Smartys
1. says "If the forum is hidden AND (the topic creator is not the current user OR the user is not an administrator/moderator), then show the error"
2. says "If the forum is hidden AND the topic creator is not the current user AND the user is not an administrator/moderator, then show the error"
So 2 is correct: error will be called only if all three are true.
You should be using constants/variables more though (eg: > PUN_MOD).
#1504 Re: General support (1.2) » BULK Removing "moved" links from all forums via DB / SQL command » 2008-06-03 10:35:27
- Smartys
select id from prefixtopics where moved_to is not null and last_posted < UNIX_TIMESTAMP() - 604800where prefix is your database prefix.
That should get a list of the topic IDs. Then, you just have to change it into a delete using the same where clause.
And it is not dangerous, unless you mix up "is not null" and "is null" in which case you'll delete actual topics.
#1505 Core development » Creation of forums » 2008-06-03 10:33:27
- Smartys
- Replies: 3
http://fluxbb.org/forums/topic/770/creation-of-forums/
We can modify the add form so that we use the same form for adding and editing, just like we do for user groups.
#1506 Re: FluxBB discussion » Wiki issue? » 2008-06-03 10:32:19
- Smartys
Add an extra linebreak between the text and the picture, no backslashes required.
#1507 Re: FluxBB discussion » Creation of Forums » 2008-06-03 01:42:14
- Smartys
The form is supposed to be simple. Therefore, it accepts a minimal amount of information: the name of the forum, the category it should go in, and the position.
#1508 Re: Feature requests » number_formating » 2008-06-03 01:35:00
- Smartys
The wrapper function is the easy part. The hard part is identifying every numeric quantity that is output that you might want to add commas/decimals to.
#1509 Re: General support (1.2) » where is fluxbb demo » 2008-06-02 18:03:38
#1510 Re: Announcements » FluxBB 1.3 Beta3 - June 1st 2008 » 2008-06-02 18:02:40
- Smartys
Dont take this the wrong way.
But! Please dont give deadlines in the future. I wouldnt mind so much but it is really not required and personally I think it makes Flux look bad. Im guessing a deadline was something that rickard would of stopped.
Deadlines are always difficult. People always ask for them, since just having releases randomly pop up can be difficult. Developers always find them difficult to follow, since there always seems to be more stuff to do, distractions that get in the way, etc.
I don't think the solution is to abandon deadlines. Without deadlines, we might as well be in an endless loop of adding new features and testing them. That was part of the reason we put a deadline in for this release: so we would have a feature freeze at a given point and from then on work on polishing the code, fixing bugs, etc. What we need to do, however, is to be more accountable for our deadlines. We need to be more proactive in making sure we meet them.
That being said, I found out I won't be here in 3 hours, when I was supposed to "release" the beta. That, coupled with the fact that people have been asking me not to release until we have the markup, which is one of the most important changes in the beta, means I'm simply going to be providing a link to download the current revision without releasing it as the beta. Once we have the markup in place, we'll release the beta for real.
#1511 Re: General support (1.2) » Database: punbb 1.2.17 -> fluxbb 1.2.18 » 2008-06-02 00:49:41
- Smartys
Delete the .php files from the cache directory?
#1512 Re: Feature requests » Facilitation of language-specific typography and formatting » 2008-06-02 00:19:07
- Smartys
That’s, probably, the hardest part. Solution to that (bar complex automatic recognition) could be addition of BBcode such as [lang=es] (for block-level) or [i lang=es] (for in-line elements). Too bad, most of people wouldn’t care for that anyway. However, the number of cases when that happens is like a single bit of sand to Sahara. 99% of posts on fluxbb.org will be in English, and on fluxbb.fr, respectively, French.
Exactly. Those are the sites that don't need the typography changes. The sites where you have mixed content is where it's most useful.
P. S. Oh, I have an idea. How about typography would be provided by an extension (like an advanced version of Textile or Extended BBcode), but the ability to use language files for it would be included in the core. In that regard, we could just specify that the language files should include typography in it in the very same way the text strings are converted now (like typ_ellipsis="…" or whatever the syntaxis is), they just won’t be used unless extention activated.
This is something I can support. I already did something similar for localized rewrite schemes. You just specify an extra language file (eg: lang/English/typography.php) and put your stuff in $lang_typography.
#1513 Re: Announcements » FluxBB 1.3 Beta3 - June 1st 2008 » 2008-06-02 00:11:54
- Smartys
OK, well, this isn't what any of us want to hear/say, but I'm afraid this release isn't going to make it out tonight. ![]()
I'm really sorry about this, but real life has caught up to all the members of the dev team this weekend in various unexpected ways, which has led to final work not being committed to the repository. Given what time it is for various members of the dev team, I'm going to assume that we won't have a chance to meet/release the beta in time for June 1st 23:59 GMT -12 (and it was such a nice date, too
).
I will promise, however, that the beta will be released tomorrow by 5 PM EDT (GMT -4) at the very latest. That's around 21 hours from the time of this post. If we haven't released before that, I will be releasing the beta from whatever state SVN is in.
That being said, I'm really looking forward to this beta. Aside from the major markup changes and parser tweaks, we've really taken steps to improve the software and smooth over some rough edges, especially in the area of UTF-8 support (especially for multibyte languages) and extension development. I'm hoping to see some good testing/constructive criticism of the systems we've put in place.
#1514 Re: Feature requests » Facilitation of language-specific typography and formatting » 2008-06-01 21:52:10
- Smartys
People’s posts automatically changed when we parse URLs, use BBcode or Textile, use automatic censoring etc. And in the same way there’s nothing wrong to parse typography.
Except they're not the same. Trying to automatically change the typography of arbitrary data is something like using a BabelFish type service to automatically translate the contents of posts.
BBCode involves transforming groups of characters that are not used together normally. There is a finite list of BBCode, defined by the software, used there. Automatic censoring is a good example of why this will not work: nobody has a "perfect" censor, every censor is either too strict (censoring the word firetruck?) or too weak (add a space in between the letters and you bypass it).
In the case of typography, you have to list every single alternative case of typography used and make it all reflect the typography of the language you're using (in the case of quotation marks, for example). You also have to know the language that the poster was using within the post. And no matter what, there will always be ambiguous cases. For example:
10 500
Given that I'm from the US, you would assume that I was posting two separate numbers. However, if I were French, that would be like posting 10,500.
#1515 Re: Feature requests » Facilitation of language-specific typography and formatting » 2008-06-01 21:10:10
- Smartys
That topic is one thing. It discusses adding proper numeric formatting to the numbers created by the software, with the thousands and decimal separator determined by a language file.
This, if I understand you correctly, is something much more. You're talking about actually modifying the contents of people's posts. That is something I doubt will ever be in the core, but would certainly be workable as an extension to the parser.
#1516 Re: General support (1.2) » Remove (Moderated by Someone) » 2008-06-01 20:07:23
- Smartys
Not easily, no.
#1517 Re: Announcements » FluxBB 1.3 Beta3 - June 1st 2008 » 2008-06-01 14:39:21
- Smartys
Just because a ticket is still active doesn't mean that the changes haven't been made. All it means is that the changes have not been committed to SVN.
#1518 Re: Feature requests » Remove width and height in tag img for smiles » 2008-06-01 13:45:14
- Smartys
It is a little late to do this for beta3, but we could potentially do it for the next release.
#1519 Re: FluxBB discussion » Wiki » 2008-05-31 22:56:36
- Smartys
You could fix it yourself, you know ![]()
Done
#1520 Re: FluxBB discussion » The Atom and RSS buttons » 2008-05-31 22:38:14
- Smartys
It's a hassle to set up and provides no noticeable benefits I can see, since an unfinished extension is an unfinished extension.
#1521 Re: FluxBB discussion » Videos or screenshot tour? » 2008-05-31 21:32:09
- Smartys
Mmm, can we stop the OS X / Windows font flamefest? It's making me itch for the non-existent "split posts" link.
#1522 Re: FluxBB discussion » The Atom and RSS buttons » 2008-05-31 21:30:49
- Smartys
...why?
#1523 Re: FluxBB discussion » External authentication » 2008-05-31 21:29:44
- Smartys
Would the external authentication extension (official) help with this?
Yes
Will it mean maintaining a copy of the user in both FluxBB tables as well as my own (external) system?
Yes, because mirroring the data happens to be the easiest way to make everything just work.
Thanks. Since I will be integrating FluxBB with a custom authentication system I'm really looking for advice on how to achieve this myself (possibly with the help of the external authentication system if it's generic).
That's the idea ![]()
Would it be a case of maintaining an entry in each system for each user (e.g. one in mine, one in FluxBB) and then automatically handling the login process (and getting rid of registration and profile areas within FluxBB)?
Or is there possibly another way this could be done?
That would be the way I would recommend, since it's the simplest. You could go the route of somehow completely ripping out PunBB's group/user system, but it would be much more difficult.
Is there some general read about such integrations? Not related specifically to Pun/Flux, but something for general understanding how such bridges work and how to develop them?
Not as far as I know. However, the idea in most cases is to make it seem as if the user has one account (so unified login/registration). That usually means modifying code on both sides of the bridge, although you can choose to only modify the code for the software that the user will be logging in from.
#1524 Re: FluxBB discussion » Official and community Flux mailing-lists? » 2008-05-31 21:23:28
- Smartys
I think a mailing list is a bit excessive (and difficult to run/administer) and the forum happens to serve quite well in all the capacities you're describing. It might be better to look at how we can improve this forum for those who would want some of the capabilities of a mailing list that it does not provide (eg: subscribe to an entire forum, get a daily/weekly/monthly digest, etc)
#1525 Re: FluxBB discussion » Internationalization and locale websites? » 2008-05-31 21:20:31
- Smartys
We have not yet made an official decision/put in place any kind of setup for this stuff. So asking for things is premature. Also, I have a feeling we're not going to be offering hosting of arbitrary content for locale-specific subdomains.
