You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(136) |
Feb
(104) |
Mar
(80) |
Apr
(21) |
May
(36) |
Jun
(18) |
Jul
(22) |
Aug
(5) |
Sep
(11) |
Oct
(7) |
Nov
(3) |
Dec
(12) |
2004 |
Jan
(5) |
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(4) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(7) |
May
(4) |
Jun
(7) |
Jul
(4) |
Aug
(4) |
Sep
|
Oct
(8) |
Nov
(4) |
Dec
(1) |
2006 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(4) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(4) |
Mar
(7) |
Apr
(4) |
May
(4) |
Jun
(8) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Mitra <mi...@mi...> - 2002-12-27 21:17:17
|
Pep - its not just you ... when I do cvs update (which I usually do before trying to fix any bugs or make any changes) I frequently find a lot of unnanounced changes. If changes are announced it makes it much easier to keep our eyes open for new problems introduced into that area of the code. - Mitra > On Thu, 26 Dec, 2002 at 19:01 +1100, Mitra wrote: >> OK - looks like this is fixed in CVS. >> >> Could I request that other coders make a short announcement here whenever something is >> checked into CVS - e.g. a bug fix or whatever. > > Sorry... that was me. I found the bug while trying the new site module: it was just a typo, > seems like someone forgot to change one occurrence of a variable while changing its name... it > was a really small fix (just changing a single word), and I forgot to tell... > > pep > >> Mitra said >> >There is something weird with the Site creation .... >> > >> >apc-aa/admin -> AA -> Create New -> Site from Site Template : Add >> > >> >Just comes back to the Item Manager screen on the first slice - no new Site is created. >> >> -- >> Mitra Technology Consulting - www.mitra.biz - mi...@mi... >> 02-6684-8096 or 0414-648-0722 >> >> Life is a Mystery to be Lived, not a Problem to be Solved >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Apc-aa-coders mailing list >> Apc...@li... >> https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders -- Mitra Internet Consulting Australia: +61-2-6684-8096; Mobile: +61-414-648-722; Fax: +61-7-3319-6130 US: +1-415-704-3167 ** mi...@mi... *** www.mitra.biz ** **** Life is a mystery to be lived, not a problem to be solved ***** |
From: Pep T. <pe...@tu...> - 2002-12-27 20:09:01
|
On Thu, 26 Dec, 2002 at 19:01 +1100, Mitra wrote: > OK - looks like this is fixed in CVS. > > Could I request that other coders make a short announcement here > whenever something is checked into CVS - e.g. a bug fix or whatever. Sorry... that was me. I found the bug while trying the new site module: it was just a typo, seems like someone forgot to change one occurrence of a variable while changing its name... it was a really small fix (just changing a single word), and I forgot to tell... pep > Mitra said > >There is something weird with the Site creation .... > > > >apc-aa/admin -> AA -> Create New -> Site from Site Template : Add > > > >Just comes back to the Item Manager screen on the first slice - no > >new Site is created. > > -- > Mitra Technology Consulting - www.mitra.biz - mi...@mi... > 02-6684-8096 or 0414-648-0722 > > Life is a Mystery to be Lived, not a Problem to be Solved > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders |
From: Michael de B. <mi...@de...> - 2002-12-27 18:12:59
|
On Fri, 27 Dec 2002 15:31:17 +0100, "Jakub Adamek" <jak...@se...> said: > There is a simpler way: Generate vid by random. The function must proove > the vid generated does not yet exist and if it does than generate > another one. > It is not 100% perfect, because there is a chance another installation > generated the same id, but it is very simple. And who can be sure the > name is unique? I like Mitra's idea of Named views better than Jakub's idea of random ids. I like 'Names' better because they are human readable. I wrote a script misc/txt2fields/ which is a sort of slice structure export utility that is more human readable/human editable. I think human-editable is quite useful. However, there is the problem of "Will the Name 'News' be unique?" Would my idea below work -- when a view is created, you can try to give it a 'name'? If a view with that name already exists AND you have permission to overwrite the view, Then you are asked if you want to overwrite the named view with your view. If a view with that name does NOT already exist, then you are allowed to give it that name. In import utilities there could be a flag that either allows or warns and denies overwrites of views. Michael > > Jakub > > > -----Original Message----- > > From: apc...@li... > > [mailto:apc...@li...] On Behalf Of Mitra > > Sent: Thursday, December 26, 2002 2:51 AM > > To: apc...@so... > > Subject: [Apc-aa-coders] Named views > > > > > > Has anyone considered adding NAMES to views, so that a vid could be > > either a name or a number? > > > > The reason I want to do this is that I'd like to develop a site on my > > laptop macintosh (which has working apc-aa on it) , the problem is > > that if I export site structure it will have view numbers - which > > will not be usable on the other machine. > > > > If noone has done this - and you think its a good idea - then I might > > be willing to make the changes. (by adding an optional name field to > > views, and having everywhere that vid= is recognized understand it? ) > > > > - Mitra > > > > -- > > Mitra Technology Consulting - www.mitra.biz - mi...@mi... > > 02-6684-8096 or 0414-648-0722 > > > > Life is a Mystery to be Lived, not a Problem to be Solved > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Apc-aa-coders mailing list > > Apc...@li... > > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > Michael de Beer mi...@de... |
From: <jak...@se...> - 2002-12-27 14:30:02
|
Mitra, There is a simpler way: Generate vid by random. The function must proove the vid generated does not yet exist and if it does than generate another one. It is not 100% perfect, because there is a chance another installation generated the same id, but it is very simple. And who can be sure the name is unique? Jakub > -----Original Message----- > From: apc...@li... > [mailto:apc...@li...] On Behalf Of Mitra > Sent: Thursday, December 26, 2002 2:51 AM > To: apc...@so... > Subject: [Apc-aa-coders] Named views > > > Has anyone considered adding NAMES to views, so that a vid could be > either a name or a number? > > The reason I want to do this is that I'd like to develop a site on my > laptop macintosh (which has working apc-aa on it) , the problem is > that if I export site structure it will have view numbers - which > will not be usable on the other machine. > > If noone has done this - and you think its a good idea - then I might > be willing to make the changes. (by adding an optional name field to > views, and having everywhere that vid= is recognized understand it? ) > > - Mitra > > -- > Mitra Technology Consulting - www.mitra.biz - mi...@mi... > 02-6684-8096 or 0414-648-0722 > > Life is a Mystery to be Lived, not a Problem to be Solved > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > |
From: Mitra <mi...@mi...> - 2002-12-26 08:02:22
|
OK - looks like this is fixed in CVS. Could I request that other coders make a short announcement here whenever something is checked into CVS - e.g. a bug fix or whatever. - Mitra Mitra said >There is something weird with the Site creation .... > >apc-aa/admin -> AA -> Create New -> Site from Site Template : Add > >Just comes back to the Item Manager screen on the first slice - no >new Site is created. -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |
From: Mitra <mi...@mi...> - 2002-12-26 07:22:57
|
There is something weird with the Site creation .... apc-aa/admin -> AA -> Create New -> Site from Site Template : Add Just comes back to the Item Manager screen on the first slice - no new Site is created. - Mitra -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |
From: Mitra <mi...@mi...> - 2002-12-26 01:54:53
|
Has anyone considered adding NAMES to views, so that a vid could be either a name or a number? The reason I want to do this is that I'd like to develop a site on my laptop macintosh (which has working apc-aa on it) , the problem is that if I export site structure it will have view numbers - which will not be usable on the other machine. If noone has done this - and you think its a good idea - then I might be willing to make the changes. (by adding an optional name field to views, and having everywhere that vid= is recognized understand it? ) - Mitra -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |
From: Mitra <mi...@mi...> - 2002-12-26 01:54:53
|
Is anyone working on hierarchical categories, if it is finished, then could we get a FAQ article with an overview of how to make it work. I have never been able to make it work well - without kludges like having sub-categories use an extension of the parent category's name - e.g. "Environment - Global Warming", but its possible that last time I tried it, that there were still bugs. AND could the FAQ be reorganized to use them, if someone can make the changes to the slice category then I'm willing to go through the data and assign each item to a sub-category. - Mitra -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |
From: Mitra <mi...@mi...> - 2002-12-26 01:54:53
|
How is aadb.sql synchronised with sqlupdate.php3? If it is by programmers memory, then maybe its best to get rid of it (I know that I have only updated sqlupdate.php3) - Mitra At 8:43 PM +0100 25/12/02, Honza Malik wrote: >aadb.sql is synchronized with sqlupdate.php3 script. When I install AA I >allways use aadb.sql, but you are probably right, that running >sqlupdate.php3 should work too. > > Honza > > >On St, 2002-12-25 at 01:09, Mitra wrote: >> I'm just doing a new APC-AA installation (on a Mac! ) >> >> I'm wondering if the install-4.html is up to date, >> >> In particular it refers to running >> mysql -u root -p aadb < doc/aadb.sql >> >> I though aadb.sql had been out-dated, and all that was needed was to >> run sqlupdate.php3 through the browser? >> >> Happy whatever you celebrate ! >> >> - Mitra > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Apc-aa-coders mailing list >Apc...@li... >https://lists.sourceforge.net/lists/listinfo/apc-aa-coders -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |
From: Honza M. <hon...@ec...> - 2002-12-25 19:28:04
|
aadb.sql is synchronized with sqlupdate.php3 script. When I install AA I allways use aadb.sql, but you are probably right, that running sqlupdate.php3 should work too. Honza On St, 2002-12-25 at 01:09, Mitra wrote: > I'm just doing a new APC-AA installation (on a Mac! ) > > I'm wondering if the install-4.html is up to date, > > In particular it refers to running > mysql -u root -p aadb < doc/aadb.sql > > I though aadb.sql had been out-dated, and all that was needed was to > run sqlupdate.php3 through the browser? > > Happy whatever you celebrate ! > > - Mitra |
From: Mitra <mi...@mi...> - 2002-12-25 00:12:21
|
I'm just doing a new APC-AA installation (on a Mac! ) I'm wondering if the install-4.html is up to date, In particular it refers to running mysql -u root -p aadb < doc/aadb.sql I though aadb.sql had been out-dated, and all that was needed was to run sqlupdate.php3 through the browser? Happy whatever you celebrate ! - Mitra -- Mitra Technology Consulting - www.mitra.biz - mi...@mi... 02-6684-8096 or 0414-648-0722 Life is a Mystery to be Lived, not a Problem to be Solved |