[geeklog-cvs] Geeklog-1.x/public_html/docs calendar.html, 1.9, 1.10 history, 1.602, 1.603

Dirk Haun dhaun at qs1489.pair.com
Sat Feb 2 10:04:39 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv41526/public_html/docs

Modified Files:
	calendar.html history 
Log Message:
Removed the last (unused) traces of the $_STATES array


Index: calendar.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/calendar.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** calendar.html	5 Aug 2007 09:33:02 -0000	1.9
--- calendar.html	2 Feb 2008 15:04:37 -0000	1.10
***************
*** 105,111 ****
      <a href="config.html#locale">locale settings</a> from Geeklog's main
      <tt>config.php</tt>.</li>
- <li>The names of the <a name="states">states</a> that are listed in a drop-down
-     box when submitting an event are taken from the <code>$_STATES</code> array
-     at the end of Geeklog's main <tt>config.php</tt>.</li>
  </ul>
  
--- 105,108 ----

Index: history
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/history,v
retrieving revision 1.602
retrieving revision 1.603
diff -C2 -d -r1.602 -r1.603
*** history	21 Dec 2007 13:50:15 -0000	1.602
--- history	2 Feb 2008 15:04:37 -0000	1.603
***************
*** 1,6 ****
  Geeklog History/Changes:
  
! ??? ??, 2007 (1.5.0)
  ------------
  - New function SEC_encryptPassword() to be used when we have to encrypt a
    password. This is only a wrapper for md5() for now but should it make easier
--- 1,8 ----
  Geeklog History/Changes:
  
! ??? ??, 2008 (1.5.0)
  ------------
+ - COM_hit() is now called from COM_siteFooter() instead of doing the UPDATE SQL
+   directly (reported by Joe Mucchiello) [Dirk]
  - New function SEC_encryptPassword() to be used when we have to encrypt a
    password. This is only a wrapper for md5() for now but should it make easier
***************
*** 112,115 ****
--- 114,119 ----
  Calendar plugin (1.0.2)
  ---------------
+ - The global $_STATES has been removed from Geeklog. The state in an event's
+   details is now a simple text entry field.
  - The form to add an event to the personal calendar was missing the site footer
    (reported by Mark Evans) [Dirk]
***************
*** 121,125 ****
  - Added config option what should be displayed after event saving [Oliver]
  
! Links plugin (2.0)
  ------------
  - Added owner_id field to submissions to record submitter and align with
--- 125,129 ----
  - Added config option what should be displayed after event saving [Oliver]
  
! Links plugin (2.0.0)
  ------------
  - Added owner_id field to submissions to record submitter and align with
***************
*** 150,154 ****
    simple x.x.x.x-y.y.y.y ranges [Dirk]
  
! Static Pages plugin (1.5)
  -------------------
  - Bugfix: In a multi-language setup, we need to be able to see all topics for
--- 154,158 ----
    simple x.x.x.x-y.y.y.y ranges [Dirk]
  
! Static Pages plugin (1.5.0)
  -------------------
  - Bugfix: In a multi-language setup, we need to be able to see all topics for




More information about the geeklog-cvs mailing list