You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Mike N. <mh...@us...> - 2004-08-06 15:47:35
|
On Fri, 2004-08-06 at 06:53, Shaun Murray wrote: > It has been mentioned a few times and in IRC. There's a number of > different styles in use. eg. compare FAQ with Fatcat or RSS. It does > need unifying. Shaun, Work in this area is underway for 0.9.4. > It'd be nice to pin down some class names and put them in as a > requirement in any style.css though. There are some already like the > background colours that are mandatory and more should be specified as a > common resource that module developers can rely on. I proposed descendant selector sets for modules. I believe is a much simpler solution. Feedback is welcome. Selectutorial http://css.maxdesign.com.au/selectutorial/selectors_descendant.htm http://css.maxdesign.com.au/selectutorial/selectors_class.htm#less Proposal Example: http://phpwebsite-comm.sourceforge.net/temp.html http://phpwebsite-comm.sourceforge.net/temp.css -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Mike N. <mh...@us...> - 2004-08-06 15:37:47
|
On Thu, 2004-08-05 at 09:39, Ulf Hallmann wrote: > please excuse if this is not the correct list for postings like this. > > Please contact myself in case there is a better place for posting > this. Ulf, The phpwebsite-comm project recently launched a 'bounties' page. You may want to consider it. http://phpwebsite-comm.sourceforge.net/ -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Matthew M. <ma...@tu...> - 2004-08-06 14:48:31
|
> Are there any ideas / plans for standardising the panel thingy that's used > in mods like the user admin and layout? Yes. In 0.9.4, a main panel holds the links to the modules. Then modules can have subpanels within the control panel. Once people start testing we can look at standardazation. Currently, the control panel uses div tags and control panel has its own style sheet. Matt |
From: Shaun M. <sh...@ae...> - 2004-08-06 13:53:57
|
It has been mentioned a few times and in IRC. There's a number of different styles in use. eg. compare FAQ with Fatcat or RSS. It does need unifying. I'd suggest using <ul> and <li> tags, then each element can be styled and it'd be possible to create proper tabs like in these two ala articles here... http://www.alistapart.com/articles/taminglists/ http://www.alistapart.com/articles/slidingdoors/ It'd be nice to pin down some class names and put them in as a requirement in any style.css though. There are some already like the background colours that are mandatory and more should be specified as a common resource that module developers can rely on. On 6 Aug 2004, at 13:28, Daniel Winter wrote: > Are there any ideas / plans for standardising the panel thingy that's > used > in mods like the user admin and layout?... I think this would be good > if it > was available as a feature in the layout mod (by code). I believe mods > that > have a menu like announcements and menu manager should use something > like > this, would also make things a bit more consistent. > > The way I currently have things set up is: (for example) > > <h2>Announcements</h2> > > <p class="inner menu">New Announcement | List Announcements | > Settings</p> > > <h3>Current announcements (1 - 10 of 98)</h3> > > [list table] > > > inner menu would be good suited as the panel. > > And with user and layout admin it has a table above h2, which im sure > would > be possible to after the h2 (is the title of content vars). > > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > Shaun aegis design - http://www.aegisdesign.co.uk |
From: Daniel W. <dan...@pa...> - 2004-08-06 12:27:39
|
Are there any ideas / plans for standardising the panel thingy that's used in mods like the user admin and layout?... I think this would be good if it was available as a feature in the layout mod (by code). I believe mods that have a menu like announcements and menu manager should use something like this, would also make things a bit more consistent. The way I currently have things set up is: (for example) <h2>Announcements</h2> <p class="inner menu">New Announcement | List Announcements | Settings</p> <h3>Current announcements (1 - 10 of 98)</h3> [list table] inner menu would be good suited as the panel. And with user and layout admin it has a table above h2, which im sure would be possible to after the h2 (is the title of content vars). Daniel |
From: Ulf H. <U1...@ul...> - 2004-08-06 10:55:03
|
Hi, Users of my site are grouped in admins and non-admins. I was wondering why non-admins would not be allowed to views documents which are stored in the doc manager, although related rights have been granted in the group settings. docmanager.php reads: if(... $_SESSION['OBJ_user']->allow_access("documents", "view_document")) ..... allow viewing. mod/users/class/users.php reads: function allow_access($mod_title, $subright=NULL){ if ($this->isDeity()) return TRUE; if ($this->admin_switch) if ($this->checkUserPermission($mod_title, $subright, TRUE)) return TRUE; return FALSE; } This tells me that, no matter which rights are granted, users do never have access to actions unless their admin flag is set. If this is a bug, I could easily go and fix it (by commenting "if ($this->admin_switch)"?) But as the latest version still includes this function in the same way, I find it hard to believe that a bug like this would be able to survive for a notable time. - what am I missing....? Thanks for any advice Ulf |
From: Shaun M. <sh...@ae...> - 2004-08-06 02:48:33
|
On 6 Aug 2004, at 00:59, George Brackett wrote: > > Anyway, the more I think of it, the more I think what would be useful > is a > core section class that's designed to work like the item class. The > item > class has to be told what table to use in the database (so the module > using > it does the table creation on boost) and the item class goes looking > for the > calling class and its variables and checks how they line up with the > columns > in the table. There are probably other neatsy-keen techniques > involved, but > that allows one to use the item class to store just about anything as > an > item. A section class could do the same, and if the programmer were > happy > with the basic capability (to edit and view sections consisting only > of text > or image or both, and a subtitle), she could use it pretty much > un--altered. > > I like that idea. You'd also need to be able to specify a template for the section ala Pagemaster/Article so that you could position images but I guess that's there already in Pagemaster. It'd actually be nice to standardise on this then you could have the same templates for all mods that use sections rather than having to edit the Article templates, the PageMaster templates and the Announce templates (yes I know it only has one just now, but this would add image placement easily if converted to use a section object). I do this on nearly every design I do as the standard templates are all different with some using bold titles, some using h3 and various different methods of positioning images from floats to tables with random padding. Does it also need a SectionManager for section ordering, page breaks and page templates or is that going too far and should be left to the module? Shaun aegis design - http://www.aegisdesign.co.uk |
From: George B. <gbr...@lu...> - 2004-08-06 00:00:00
|
For some reason, I didn't get Eloi's response to my original message (his response is copied below). Anyway, the more I think of it, the more I think what would be useful is a core section class that's designed to work like the item class. The item class has to be told what table to use in the database (so the module using it does the table creation on boost) and the item class goes looking for the calling class and its variables and checks how they line up with the columns in the table. There are probably other neatsy-keen techniques involved, but that allows one to use the item class to store just about anything as an item. A section class could do the same, and if the programmer were happy with the basic capability (to edit and view sections consisting only of text or image or both, and a subtitle), she could use it pretty much un--altered. Anyway, there is no core section class. I could write one, I suppose, based on PHPWS_Section. But maybe that's not the best way to proceed. I've been thinking of a newspaper module that offers a choice of several layouts, each with one or more sections, and lets users edit each section to add title, text or image or both as in article or Pagemaster. To create an edition, you choose a layout and then fill in the corresponding sections. It shouldn't be too hard to do, but I was trying to shortcut things by commandeering Pagemaster's section code. Which I can do, of course, by simply copying it and changing some parameters. Does that make it clearer, Eloi? George > It"d work, but you"d have to consider things like how to keep it from > creating a new page instead of a new newsletter and so forth. > > I"m not certain you"re attacking the basic question from the right > angle, though. > What are you looking for in this Student Newsletter Module? |
From: Eloi G. <el...@re...> - 2004-08-05 23:10:28
|
It'd work, but you'd have to consider things like how to keep it from creating a new page instead of a new newsletter and so forth. I'm not certain you're attacking the basic question from the right angle, though. What are you looking for in this Student Newsletter Module? |
From: George B. <gbr...@lu...> - 2004-08-05 19:59:04
|
I'm thinking of creating some new modules for phpWS to provide features that schools need, and it seems to me that the work would be much facilitated by extending existing phpWS classes. I've done that before using the core item and manager classes, but would like also to consider extending classes defined in modules. For example, why not use the editing environment of PageMaster's PHPWS_Section class to store and edit mini news stories for a student newspaper module? I'm not clear, however, on how to make this work. Is it sufficient to require the mod/pagemaster/class/Section.php file and then to call the class functions, e.g., the constructor: $newsection = new PHPWS_Section::PHPWS_Section(); Is any other initialization required? Seems to me the appropriate tables had to have been installed in the database, for example, which is a boost process from installing pagemaster. I guess also one must check to see if the Section.php file exists. Is there some standard check to see if required modules are available? I seem to remember something like that from 'way back, but I've never used it. How does this work now? Any help appreciated! George ______________________________________ George Brackett, Principal George Brackett Associates 617 413 4316 / gbr...@lu... http://www.luceatlux.com/gba/ |
From: <da...@sq...> - 2004-08-05 16:40:52
|
Thank you so much for the speedy reply! I will give it a try and let you know if it works. I have been doing quite a bit of modification to the calendar mod and am excited to get to know more things I can do with it. I think phpws has a lot of potential as a strong cms (or is one in many ways) but the modifications can be tricky to figure out as the documentation is distributed among many modules. Maybe i can help centralize some of this collected wisdom at some point. Dawn > > It is not built in and will require some coding on your part. > > Try this: > > Go to your theme.php file. > > Add this line: > $THEME['DAY_VIEW'] = PHPWS_Calendar_Display::viewDay(); > > Go to your theme.tpl file. > > Add this tag below the {BODY} tag > {DAY_VIEW} > > Play around with it to get the results you want. |
From: Ulf H. <U1...@ul...> - 2004-08-05 16:39:48
|
Hi, please excuse if this is not the correct list for postings like this. We are looking for an experienced phpws developer to deploy a small knowledge management portal. German language and module customization skills required. Please contact Joachim at j.h...@LC... in case you are interested, or in case you know somebody who might be interested. Please contact myself in case there is a better place for posting this. As you know, I tend to have issues with finding correct places for storing and/or retrieving information... ;) Cheers Ulf |
From: Shaun M. <sh...@ae...> - 2004-08-05 13:04:10
|
This looks like you are trying to install an old phpwhoisonline module =20= which will not work on phpWebSite 0.9. Modules from the old v0.7 and =20 v0.8 system will not work at all. You'll find a newer version at =20 http://www.shirka.org/phpwebsite/index.php?=20 module=3Dpagemaster&PAGE_user_op=3Dview_page&PAGE_id=3D19&MMN_position=3D5= 3:48 I'd advise against installing it on busy websites or servers with low =20= resources as it performs frequent INSERTS into the database to keep =20 track of visitors. It would be much better if it used some of the php shared memory =20 routines to temporarily store the visitors data instead of a database. =20= That would mean it only worked on Linux/UNIX/MacOSX but hey, that's a =20= good restriction. ;-) On 5 Aug 2004, at 04:01, Alberto Garc=EDa G=F3mez wrote: > I'm tring to install whoisonline as the setup readme said > http://www.myserver.com/mod/phpwhoisonline/phpwhoisonline_setup.php > > and return this > > Warning: Failed opening '../../open_session.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 17 > > Warning: Failed opening '../../config.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 21 > Unable to select database > > what's going wrong????? > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes = on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source =20 > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > Shaun aegis design - http://www.aegisdesign.co.uk |
From: Shaun M. <sh...@ae...> - 2004-08-05 12:50:27
|
On 4 Aug 2004, at 20:11, Alberto Garc=EDa G=F3mez wrote: > I thing taht teh problem is because I'm haven't installed the=20 > pear....but > whe I get it(the .tar.gz) and unpacked it I don'rt know what I have to=20= > do > with it > The parts of PEAR that you need come with phpWebSite already. You=20 configure the location in the /core/Core.php file. There are three=20 lines, one for a system install for the App State developers, one for=20 general UNIX/Linux/MacOSX systems and one for Windows. If you're using the system's in built PEAR install and it's defined on=20= the php include path properly, comment out all three. To install PEAR on your UNIX system you go to a shell, providing you=20 have shell access, and type 'pear install <modulename>' replacing=20 <modulename> with the module your need. eg. pear install Mail_mime Shaun aegis design - http://www.aegisdesign.co.uk |
From: <al...@yu...> - 2004-08-05 09:04:03
|
I'm tring to install whoisonline as the setup readme said http://www.myserver.com/mod/phpwhoisonline/phpwhoisonline_setup.php and return this Warning: Failed opening '../../open_session.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on line 17 Warning: Failed opening '../../config.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on line 21 Unable to select database what's going wrong????? |
From: <al...@yu...> - 2004-08-05 01:20:15
|
I thing taht teh problem is because I'm haven't installed the pear....but whe I get it(the .tar.gz) and unpacked it I don'rt know what I have to do with it Sorry but my english....I'm cuban regards Alberto ----- Original Message ----- From: "Don Seiler" <do...@se...> To: <php...@li...> Sent: Wednesday, August 04, 2004 3:16 AM Subject: Re: [Phpwebsite-developers] About phpwebsite under *nix |
From: Colin W. <co...@mu...> - 2004-08-04 17:09:56
|
I am attempting to develop a module for producing ranking tables for fencers within our region (I am trying to make it generic, so it can be used for other sports). The initial part is fairly easy, we have multiple ranking tables (divided by gender, age group and weapons), so it is a fairly obvious decision to implement as a table manager/table using the manager/item design pattern. However, where I go after that is bemusing me. Each table is a manager in its own right, since it contains the details of each fencer's results. I am uncertain as to how to link the table manager/table to a ranking manager/rankings pair. My initial thought was to get the table Item to instantiate the ranking manager, but I can't get this to work. Looking at the rssfeeds modules I wonder whether I should be using setClass(), but again I am not sure whether this should be used in the table manager or the table class. Any hints or advice would be gratefully welcomed. -- Colin Walls Email: Col...@mu... Web: http://www.murorum.demon.co.uk Phone: 01625 535123 Mobile: 07765 175829 |
From: Matthew M. <ma...@tu...> - 2004-08-04 12:18:31
|
It is not built in and will require some coding on your part. Try this: Go to your theme.php file. Add this line: $THEME['DAY_VIEW'] = PHPWS_Calendar_Display::viewDay(); Go to your theme.tpl file. Add this tag below the {BODY} tag {DAY_VIEW} Play around with it to get the results you want. On Wed, 2004-08-04 at 03:25, dawn wrote: > Hi > > I would like to set the day view of a calendar page as the body area of > my home page in phpws. > > I have been trying to figure out how to do this to o avail. > > I know if i made a link with the > url:index.php?module=calendar&calendar[view]=day > > it would work- however how do I make this my default view for the body > of the main page? > > thanks > > dawn > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Matthew M. <ma...@tu...> - 2004-08-04 12:18:31
|
Oh I forgot to make sure it was only on the home page. Add these lines instead: if (!isset($_REQUEST['module'])) $THEME['DAY_VIEW'] = PHPWS_Calendar_Display::viewDay(); On Wed, 2004-08-04 at 03:25, dawn wrote: > Hi > > I would like to set the day view of a calendar page as the body area of > my home page in phpws. > > I have been trying to figure out how to do this to o avail. > > I know if i made a link with the > url:index.php?module=calendar&calendar[view]=day > > it would work- however how do I make this my default view for the body > of the main page? > > thanks > > dawn > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: dawn <da...@sq...> - 2004-08-04 07:26:00
|
Hi I would like to set the day view of a calendar page as the body area of my home page in phpws. I have been trying to figure out how to do this to o avail. I know if i made a link with the url:index.php?module=calendar&calendar[view]=day it would work- however how do I make this my default view for the body of the main page? thanks dawn |
From: Don S. <do...@se...> - 2004-08-04 01:16:17
|
Most definitely yes since I'm pretty sure it is developed on linux machines in the first place. Saying it is "a great mess" is absolutely not helpful. Provide detailed notes on what is wrong and what errors you are seeing. Don. On 10:34 Mon 02 Aug , Alberto Garc?a G?mez wrote: > Dear friends, I try phpwebsite under windows and works ok, but when I > rty to ised under *nix is a great mess, anyone has experimented > something like that.......regards Alberto --=20 Don Seiler do...@se... Public Key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xFC87F041 Fingerprint: 0B56 50D5 E91E 4D4C 83B7 207C 76AC 5DA2 FC87 F041 |
From: <al...@yu...> - 2004-08-02 14:52:06
|
Dear friends, I try phpwebsite under windows and works ok, but when I = rty to ised under *nix is a great mess, anyone has experimented = something like that.......regards Alberto ----- Original Message -----=20 From: Alberto Garc=EDa G=F3mez=20 To: php...@li...=20 Sent: Friday, July 30, 2004 9:42 AM Subject: Re: [Phpwebsite-developers] Calendar: 24 hour time? Go the site and check in FAQ's section. I'm sure there's something = there about it regards ----- Original Message -----=20 From: Ulf Hallmann=20 To: php...@li...=20 Sent: Thursday, July 29, 2004 4:46 PM Subject: [Phpwebsite-developers] Calendar: 24 hour time? Hi, I am having a hard time finding out if there is a simple way to = chance to time format in the calendar to 24 hour format. I am not sure which version I am on (as I did not find a = readme.txt), but it surely is one of the latest ones. Did anybody figure that out yet? Thank you so much. Ulf |
From: Mike N. <mh...@us...> - 2004-08-02 14:30:49
|
All developers, Is anyone using Test Driven Development? If so, what are the benefits and drawbacks to it? Test Driven Development in PHP http://www.phpbuilder.com/columns/baker20040202.php3?print_mode=1 PHPUnit - A PHP Regression and Unit Test Framework http://www.sebastian-bergmann.de/en/phpunit.php Simple Test for PHP http://www.lastcraft.com/simple_test.php Google string: "Test Driven Development"|TDD php -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Ulf H. <U1...@ul...> - 2004-07-31 14:40:28
|
Marino, thanks for pointing this out. Yes, I believe it would take some additional intelligence in calendar in order to handle 24h times correcty: - the am/pm switch would have to vanish in the 24h mode - hours need to be selectable from 1-24, obviously. I remember there used to be a related setting for the 0.8.x calendar. Am I right assuming that this got lost in V9? If so, are there plans to get this integrated again? I am sorry to again pick on an L10N feature... ...fighting the good fight :) Ulf Marino Pascal wrote: >Matt, >this does not have any effect on the calendar. >See http://locationmanagers.org > >The articles show >Created on 2004-02-16 14:03:17 >Updated on 2004-07-24 13:42:17 > >But the calendar says >Saturday, Jul 31 >08:00 >without even displaying PM which we entered and the misleading zero makes it look as if it's AM. > >Using 9.3.3 > >Marino > >Matthew McNaney wrote: > > > >>/conf/dateSettings.en.php >> >>change to: >> >>if (!defined("PHPWS_TIME_FORMAT")) >> define("PHPWS_TIME_FORMAT", "H:i"); >> >>On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: >> >> >>>Hi, >>> >>>I am having a hard time finding out if there is a simple way to chance >>>to time format in the calendar to 24 hour format. >>> >>>I am not sure which version I am on (as I did not find a readme.txt), >>>but it surely is one of the latest ones. >>> >>> >>>Did anybody figure that out yet? >>> >>>Thank you so much. >>> >>>Ulf >>> >>> >>-- >> >> > >-- >------------------------ >Marino Pascal >2525 Crestmoore Pl >Los Angeles, CA 90065 >323/254-9272 >http://LocationScout.com > > > > >------------------------------------------------------- >This SF.Net email is sponsored by OSTG. Have you noticed the changes on >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, >one more big change to announce. We are now OSTG- Open Source Technology >Group. Come see the changes on the new OSTG site. www.ostg.com >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Marino P. <php...@lo...> - 2004-07-30 19:56:23
|
Matt, this does not have any effect on the calendar. See http://locationmanagers.org The articles show Created on 2004-02-16 14:03:17 Updated on 2004-07-24 13:42:17 But the calendar says Saturday, Jul 31 08:00 without even displaying PM which we entered and the misleading zero makes it look as if it's AM. Using 9.3.3 Marino Matthew McNaney wrote: > /conf/dateSettings.en.php > > change to: > > if (!defined("PHPWS_TIME_FORMAT")) > define("PHPWS_TIME_FORMAT", "H:i"); > > On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: > > Hi, > > > > I am having a hard time finding out if there is a simple way to chance > > to time format in the calendar to 24 hour format. > > > > I am not sure which version I am on (as I did not find a readme.txt), > > but it surely is one of the latest ones. > > > > > > Did anybody figure that out yet? > > > > Thank you so much. > > > > Ulf > -- -- ------------------------ Marino Pascal 2525 Crestmoore Pl Los Angeles, CA 90065 323/254-9272 http://LocationScout.com |