You are not logged in.
- Topics: Active | Unanswered
#26 Re: General support (1.2) » Multiple Moderator Groups » 2009-01-16 15:52:27
- Connor
Its a new feature in 1.3, it may make 1.4 which will be a direct update from 1.2
#27 Re: Core development » No search results in userlist » 2009-01-16 14:11:53
- Connor
http://fluxbb.org/trac/query?status=ass … 1.3+Legacy is the todo list, if theres more to do, add tickets.
Once we think we have everything done we can ask for feedback, not much point until then.
#28 Re: Core development » No search results in userlist » 2009-01-16 13:45:36
- Connor
I think we should stop trying to finish 1.3 and just do what we said we would, which is fix obvious bugs.
#29 Re: Core development » The Wiki » 2009-01-16 13:42:19
- Connor
Are you logged in?
#30 Re: Core development » Other developer topics » 2009-01-16 09:10:56
- Connor
Well its stuff we discussed before there was a team, which we did in a private forum which you don't have access to. Its not designed to specifically stop you seeing it, its also now not relevant so forget about it.
#31 Re: Core development » Patch for language selector » 2009-01-16 09:05:52
- Connor
If you're unsure about it then test it.
#32 Re: Core development » Other developer topics » 2009-01-16 09:05:05
- Connor
You don't need to read that, I already told you not to look at the extension repository right now.
#33 Re: Announcements » The future of FluxBB » 2009-01-15 21:45:28
- Connor
Fulltext isn't the best for everyone, and only works on mysql (and possibly postgresql).
#34 Re: Core development » Patch for language selector » 2009-01-15 20:41:21
- Connor
No need to end php files with ?> and $languages is an array of the language names isn't it, you want the keys
#35 Re: Core development » Changes 871-873 » 2009-01-15 19:13:19
- Connor
yeh, thats the solution me and elbekko came up with on IRC too
#36 Re: Announcements » The future of FluxBB » 2009-01-15 18:56:43
- Connor
1.3 didn't have fulltext, and neither will 1.4, it may include some of the search indexing improvements in 1.3
#37 Re: Core development » Translating the main site » 2009-01-15 17:06:27
- Connor
Keep what layout?
#38 Re: Core development » Changes 871-873 » 2009-01-15 17:06:03
- Connor
You can't just change the parser like that, the easiest fix is probably just to remove the <blockquote> tag, it is only there for semantic value afaik.
#39 Re: Core development » Translating the main site » 2009-01-15 17:03:43
- Connor
Not really, just leave it for now and we'll sort it out when we know whats happening with 1.4, theres lots of other things for you to do.
#40 Core development » Changes 871-873 » 2009-01-15 16:03:11
- Connor
- Replies: 19
What are you trying to do?
and its probably best to use a local setup to experiment like that rather than making lots of changesets.
#41 Re: Core development » Guest posting and registering » 2009-01-15 12:02:17
- Connor
Everything is up for discussion in 2.0, if there's something we can be doing better, bring it up once we're working on 2.0 ![]()
#42 Core development » Translating the main site » 2009-01-15 11:34:40
- Connor
- Replies: 8
Its probably a bad idea for you to be doing this, the about and downloads pages are definitely going to change, as well as the structure of some of the language files, probably best to wait until we have something relatively stable to translate.
#43 Re: Announcements » The future of FluxBB » 2009-01-14 13:24:55
- Connor
You cannot expect people to jump when you say jump
My point exactly.
#44 Re: Core development » SQLite "show dot" problem » 2009-01-14 13:21:27
- Connor
I'm pretty sure the subquery was much faster on a larger forum, I've disabled it for sqlite, if someone wants to code something better feel free.
#45 Core development » The Wiki » 2009-01-14 12:34:02
- Connor
- Replies: 20
The wiki is a bit of a mess right now, I think what we need to do is have a 1.2, 1.3, 1.4 and 2.0 namespace, anything thats related to a version should go in them, and anything just fluxbb in general in the main namespace, stuff like http://fluxbb.org/wiki/constants should be split into a 1.2 and 1.3 page.
I think we should create a table of contents page for the wiki, and list every article we want to create in it, as a way of planning/managing the wiki.
What I would really like is someone to take this up as a project, not necessarily to create all the pages, but to manage the wiki, create the table of contents, move the pages that are in the wrong place, ask people on the main forum to contribute, keep an eye on peoples changes, etc. Does anyone feel like doing this?
(a side note that I don't want to forget is it is probably worth importing some of the stuff from punres for 1.2/1.4 http://wiki.punres.org/Wiki_index)
#46 Re: Announcements » The future of FluxBB » 2009-01-14 12:24:27
- Connor
The exact feature list for 2.0 will be discussed later, we can't say right now simply because we haven't decided.
Smartys is not back, he has just been developing the code for 1.4 by himself and is contributing the code rather than releasing it separately.
Your post is completely out of line, in my opinion, shedrock, I fight for this project every day in this forum, if I am not committed then I don't know who is. Do you not see that the entire point of this decision is to make things run more smoothly in future? As for setting dates for release, it simply does not work, we can't guarantee our time, setting dates just causes disappointment when we miss them, which is what we have seen already. What we are opting for is a much more structured roadmap which makes our aims clear and achievable.
#47 Re: Core development » SQLite "show dot" problem » 2009-01-14 12:18:28
- Connor
It'll be the grouping thats slower rather than the join, the count statement is fast because its not actually dealing with any data I would think, just counting the matching rows.
#48 Re: Core development » SQLite "show dot" problem » 2009-01-14 11:40:13
- Connor
subquery is probably faster than both, I can't remember how we did it before, this was significantly faster than that.
#49 Re: Core development » SQLite "show dot" problem » 2009-01-14 10:59:46
- Connor
if you left join then you'd have to do a DISTINCT or group by wouldn't you?
#50 Re: Core development » irccat » 2009-01-14 10:58:20
- Connor
yeh might be cool, not sure if it would just spam, the trac one in #fluxbb-team might be nice
edit: Hmm the trac one only does tickets, not changesets, http://trac-hacks.org/wiki/RepositoryHookSystemPlugin might be a way round that.
