it seems that the "snapshot" thingy is no more.
instead, you can do what you could always do, which is to get yourself a cvs client and pull the stuff from sourceforge.
read the following page carefully, and most things should become clear:
http://area51.phpbb.com/cvs/" target="_blank
Search found 654 matches
- Sat Oct 08, 2005 5:01 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Download
- Replies: 24
- Views: 13155
- Fri Oct 07, 2005 12:04 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Editting Options?
- Replies: 5
- Views: 5287
Re: Editting Options?
you can.Cap'n Refsmmat wrote: You can actually lock your own threads now!
unfortunately, its a one-way lock: even if you locked your thread yourself, only a moderator can unlock it.
- Wed Oct 05, 2005 11:59 pm
- Forum: [3.0/Olympus] Discussion
- Topic: The double quotes-bug can be found here, too T.T
- Replies: 6
- Views: 3730
Re: The double quotes-bug can be found here, too T.T
it's not exactly "counted". what it is, is the size of the field in the database that holds it (or rather, "fields", as it exists both in the post table and in the topic table). it is simple enough to raise the limit from 60 to prety much anyting you want. to request that the special characters (suc...
- Wed Oct 05, 2005 8:57 pm
- Forum: [3.0/Olympus] Discussion
- Topic: The double quotes-bug can be found here, too T.T
- Replies: 6
- Views: 3730
Re: The double quotes-bug can be found here, too T.T
no it doesnt.
what it does, is limit the length of a subject title.
i would guess that since each quote (") becomes something like ", it's counted as 6 chars rather than 1, so a title containing quotes can not be as long as a title without them.
what it does, is limit the length of a subject title.
i would guess that since each quote (") becomes something like ", it's counted as 6 chars rather than 1, so a title containing quotes can not be as long as a title without them.
- Wed Oct 05, 2005 8:17 pm
- Forum: [3.0/Olympus] Discussion
- Topic: CVS url?
- Replies: 8
- Views: 5802
Re: CVS url?
its not related to the cvs gui you use. it really stems from the way the "snapshots" are built. i guess you started with a snapshot... the snapshot files contain CVS directories, and the Root file contains: :ext:psotfx@cvs.sf.net:/cvsroot/phpbb instead of :pserver:anonymous:@cvs.sf.net/cvsroot/phpbb...
- Wed Oct 05, 2005 12:31 pm
- Forum: [3.0/Olympus] Discussion
- Topic: CVS url?
- Replies: 8
- Views: 5802
Re: CVS url?
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpbb
password empty. from command line you can also use
:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/phpbb
which will skip the password question.
project name (for checkout:
phpBB2
password empty. from command line you can also use
:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/phpbb
which will skip the password question.
project name (for checkout:
phpBB2
- Tue Oct 04, 2005 10:11 pm
- Forum: Announcements and News
- Topic: Rewrite in the Works
- Replies: 4
- Views: 19755
Re: Rewrite in the Works
We are currently in the process of doing a rewrite of EasyMOD. This is why there haven't been any updates to the current release of EasyMOD. There probably won't be a public release until we are ready for beta which will mean that most of the features that we want to be included in EasyMOD are done...
- Wed Sep 28, 2005 9:47 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Small annoyance: "Load draft" doesnt work + soluti
- Replies: 2
- Views: 2323
Small annoyance: "Load draft" doesnt work + soluti
i know, i know, "its not finished", "dont report bugs" etc. etc. still, its a single line fix, and it will make this board more useable. (i did save a draft and was a little irked when it didnt load... :o ) in posting.php, please replace $_POST['message'] = strtr($row['draft_message'], array_flip(ge...
- Tue Sep 27, 2005 9:05 pm
- Forum: [3.0/Olympus] Discussion
- Topic: WOW! The developers came alive!
- Replies: 23
- Views: 12233
Re: WOW! The developers came alive!
ok, i'll try one last time. the vast majority of phpbb users (ie, people who operate phpbb sites) do not have (and do not want) access to the cvs repository. they rely on the "official realease" to update their site. otoh, its a fair assumption that the hacker "community" do actually look at the cvs...
- Tue Sep 27, 2005 6:33 pm
- Forum: [3.0/Olympus] Discussion
- Topic: WOW! The developers came alive!
- Replies: 23
- Views: 12233
Re: WOW! The developers came alive!
That woulnd't make sense. phpBB would be becoming closed source if the devs would do such things. beg to differ. in all the previous releases (well, i dont know about "all". let's say at least since 2.0.13, and probably before that) the cvs repository was only updated when the new release was made ...