Update of /cvsroot/phpwebsite-comm/modules/poll/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9517/docs
Modified Files:
COPYING CREDITS ChangeLog INSTALL
Log Message:
Now using mod_rewrite, added cacheQueries and addSortHeader, and saving a poll now sets manage tab.
Index: CREDITS
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/poll/docs/CREDITS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CREDITS 20 Feb 2007 05:09:39 -0000 1.1
--- CREDITS 12 Jul 2008 02:45:17 -0000 1.2
***************
*** 3,7 ****
Credits and Acknowledgements
! Ads for phpWebSite is copyright (C) 2007 by those listed in the Developers
section below.
--- 3,7 ----
Credits and Acknowledgements
! Ads for phpWebSite is copyright (C) 2007-2008 by those listed in the Developers
section below.
Index: COPYING
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/poll/docs/COPYING,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** COPYING 20 Feb 2007 05:09:39 -0000 1.1
--- COPYING 12 Jul 2008 02:45:17 -0000 1.2
***************
*** 294,298 ****
Poll
! Copyright (C) 2007 Gregory Meiste
This program is free software; you can redistribute it and/or modify
--- 294,298 ----
Poll
! Copyright (C) 2007-2008 Gregory Meiste
This program is free software; you can redistribute it and/or modify
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/poll/docs/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** INSTALL 28 May 2007 20:52:47 -0000 1.3
--- INSTALL 12 Jul 2008 02:45:17 -0000 1.4
***************
*** 5,10 ****
===== IMPORTANT =====
! This module is for phpWebSite 1.2.0 or higher. You have to install
! phpWebSite >= 1.2.0 first - earlier versions of phpWebSite will not work.
If you don't have phpWebSite installed, first get the latest code here:
--- 5,10 ----
===== IMPORTANT =====
! This module is for phpWebSite 1.5.2 or higher. You have to install
! phpWebSite >= 1.5.2 first - earlier versions of phpWebSite will not work.
If you don't have phpWebSite installed, first get the latest code here:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/poll/docs/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ChangeLog 12 Jul 2008 00:24:48 -0000 1.9
--- ChangeLog 12 Jul 2008 02:45:17 -0000 1.10
***************
*** 3,8 ****
! *cvs
Removed calls to help module which weren't working anyway.
Corrected a few phrases that were not being translated.
--- 3,11 ----
! *poll-1.1.1 (11 Jul 2008)
+ RFE #1897854: Now using mod_rewrite for poll results page.
+ Added calls to cacheQueries and addSortHeader when using DBPager.
+ Saving a poll now sets the manage tab correctly.
Removed calls to help module which weren't working anyway.
Corrected a few phrases that were not being translated.
|