]> dev.renevier.net Git - syj.git/commitdiff
update copyright headers
authorarno <arno@renevier.net>
Fri, 18 Mar 2011 16:58:28 +0000 (17:58 +0100)
committerarno <arno@renevier.net>
Sun, 20 Mar 2011 14:46:56 +0000 (15:46 +0100)
84 files changed:
application/Bootstrap.php
application/configs/application.ini
application/configs/medias.ini
application/configs/session.ini
application/controllers/AccountController.php
application/controllers/ContactController.php
application/controllers/ErrorController.php
application/controllers/FaqController.php
application/controllers/GeomController.php
application/controllers/IdxController.php
application/controllers/ListController.php
application/controllers/LoginController.php
application/controllers/NewpwdController.php
application/controllers/NominatimController.php
application/controllers/PathController.php
application/controllers/PendingController.php
application/controllers/TermsofuseController.php
application/controllers/UserController.php
application/controllers/helpers/SyjApi.php
application/controllers/helpers/SyjGeoip.php
application/controllers/helpers/SyjMedias.php
application/controllers/helpers/SyjPostData.php
application/controllers/helpers/SyjReset.php
application/controllers/helpers/SyjSession.php
application/controllers/plugins/SyjLocale.php
application/controllers/plugins/SyjLoggedUser.php
application/exception/Forbidden.php
application/exception/InvalidEmail.php
application/exception/InvalidGeomUpload.php
application/exception/NotFound.php
application/exception/Request.php
application/exception/ToolargeGeomUpload.php
application/forms/Account.php
application/forms/Contact.php
application/forms/Geom.php
application/forms/Login.php
application/forms/Newpwd.php
application/forms/Pending.php
application/forms/Pending/ResetPassword.php
application/forms/Pending/ValidateCreation.php
application/forms/TableAbstract.php
application/forms/User.php
application/forms/decorator/TableDescription.php
application/interface/Processor.php
application/models/Generic.php
application/models/Path.php
application/models/PathMapper.php
application/models/Pending.php
application/models/Pending/ResetPassword.php
application/models/Pending/ValidateCreation.php
application/models/PendingMapper.php
application/models/User.php
application/models/UserMapper.php
application/validate/EmailAddress.php
application/views/helpers/AddParamToUrl.php
application/views/helpers/Anchor.php
application/views/helpers/FooterLink.php
application/views/helpers/HeadBase.php
application/views/helpers/LocaleShort.php
application/views/helpers/LocaleSwitcher.php
application/views/helpers/LogoutLink.php
application/views/helpers/Returnto.php
application/views/helpers/SyjFormCheckbox.php
application/views/helpers/UriPath.php
library/gisconverter
library/phptojs.php
library/pwdgen.php
public/css/account.css
public/css/contact.css
public/css/error.css
public/css/faq.css
public/css/generic.css
public/css/login.css
public/css/newpwd.css
public/css/pending.css
public/css/syj.css
public/css/syjraw.css
public/css/termsofuse.css
public/js/account.js
public/js/contact.js
public/js/login.js
public/js/newpwd.js
public/js/syj.js
public/js/utils.js

index 36471f3c38c3c159991fe184a0a134a1cc4dda20..a8bc3a66e91d07ab3daa2ac79780c5bb2af9067d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
index cb9d2cce46de965c16073e5c8b66097fb1b5156e..baa844986c6030b9a406b0b5bd85238df403e7c2 100644 (file)
@@ -1,4 +1,4 @@
-; This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+; This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
 ; and is published under the AGPL license. */
 [production]
 phpSettings.display_startup_errors = 0
index 22a984ac6b09e652369fc9943993b598d6950a56..7826dc7515fca2d1391aca7c805edc4b20a4d842 100644 (file)
@@ -1,4 +1,4 @@
-; This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+; This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
 ; and is published under the AGPL license. */
 [production]
 scripts.idx = OpenLayers, ModifiablePath, prototype, simplebox, utils, syj
index 08df0685079f25bff6e21a2907cd39204c805187..664acba796004dd30fef50f997158e9462bf1d37 100644 (file)
@@ -1,4 +1,4 @@
-; This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+; This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
 ; and is published under the AGPL license. */
 [production]
 name = syj_session
index 3bd20c6b63018317ef14511b94095cc2ff7262e5..40eba9ac68c003d5b1e62b5dc98a5721377191f2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class AccountController extends Zend_Controller_Action
index ef568393d60514b99eb0d4a6aba20cf330456f09..aabd9f6630f1c804fa04e35a34bc9a60b013cd6a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class ContactController extends Zend_Controller_Action
index 486c24a948aef9138291d49a3ba910f2f5e2bc39..f2e1b69c51a22a6c580f476f203d3337f5bdc7dd 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class ErrorController extends Zend_Controller_Action
index 1cd46228f048856179d0b25ba46bc53e2f6aab18..a1a99f5ecfad8b309b21c0cc329ccb1e1c2357a3 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class FaqController extends Zend_Controller_Action
index bb56a97bafa3b2728be1407626934fec4b8eb732..0c399fedd89684f989e17bb860b4e62222117351 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class GeomController extends Zend_Controller_Action
index 0a327bb1d242bec20a714d486de876eb8a742e9e..983cf3ec735bc61ffc096a2409bdd58a244faef7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class IdxController extends Zend_Controller_Action
index cda08aabe990236d020ffb0b9bce202d24ddcd8d..9dfac813582fb20222363dbd0fca0576d0f5867a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class ListController extends Zend_Controller_Action
index ce9db39dd07d217e058728ccb1a0ee704bcb26b2..f5e89b8d81a4f5d1a5ef3419957d6b7ceb63d44a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class LoginController extends Zend_Controller_Action
index 85edbd9483ec04c5fa5143a52e4b9536b6f1a78b..329b4e9cc23a14a4ab650b512024e8e4995232d7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class NewpwdController extends Zend_Controller_Action
index b254c805e8ccbbd36c61eafca9d3f58349db743b..0297523dd1be3fc0c53e1b0b27c80e6ce8043b36 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class NominatimController extends Zend_Controller_Action
index cdd067b6f4ba2b43722f7256d32d19fd2dd506e3..375b83e8e32c798dbcdbe956a3be3000f74f3a4e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class PathController extends Zend_Controller_Action
index 7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca..1b0b23795dd69f1cad9ca146e67b21ed7783c33d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class PendingController extends Zend_Controller_Action
index 1fa7ffcb4394b459d9d359849d0c04969333bc41..a1278bb645137f36ca225c584a008b24fa02aa0b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class TermsofuseController extends Zend_Controller_Action
index 1d4ed1826ee114d91a7ad242b0b12b7c31b927d8..9989d311379c3369e803e5b221ce8b16dee23937 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class UserController extends Zend_Controller_Action
index bfb97927d1a2aeb97d51573869a4a040308d2646..92974c5ea775ecb3ab96ba29b7a7e491d5eb7e75 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjApi extends Zend_Controller_Action_Helper_Abstract
index 5d5dd12d71bfa2bb920bcaaf1f73885a717b457a..53df1c4c322534b82e10ed8369efa33cb3770bb9 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjGeoip extends Zend_Controller_Action_Helper_Abstract
index a7e15a3a6104b0bf59ffabe1666c5adb8b0d86bd..4817535538761be31401949db533c465d417d9b5 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjMedias extends Zend_Controller_Action_Helper_Abstract
index b80fd2bacc25a7cc7f9e471f714331f9025242c3..5105f846be01d9237ef988539a82eb0fa6a6d1ed 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjPostData extends Zend_Controller_Action_Helper_Abstract
index 15a138ecd974c975f93cbac1770af74ce394767a..862b3a6819e219bd82d5e2556e2cb18455d9498e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjReset extends Zend_Controller_Action_Helper_Abstract
index 06949f0c68d44537b6e1b5598b9d50491d8d5884..3289f679d9a963d436b468540af064d8f55b4f6f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controller_Action_Helper_SyjSession extends Zend_Controller_Action_Helper_Abstract
index 52dd4919718437fed82586702fea902a25c6cbb0..8103ac78c0204050a46beb29023781111cf05306 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controllers_Plugins_SyjLocale extends Zend_Controller_Plugin_Abstract
index af5c796353261c69f338861f6fc6c654c380c51e..5599f52faef7eccfaf2446113d6f56a54e4fc53d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Controllers_Plugins_SyjLoggedUser extends Zend_Controller_Plugin_Abstract
index 1718f2bd8b5dabf3559264a8346981e05fb7ddce..6a39190db62e857af4cad90532313e81eb0c4248 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_Forbidden extends Zend_Exception
index 3f18da4b76d71ec383c8cbe38ef1cff63c97999b..ead0e51721d1967eee11401c1d318fc87dacd20f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_InvalidEmail extends Syj_Exception_Request
index 9911db591d576d6ac19416dcf178ed7d863634aa..e64791fdfad86b5e24094bedae0fd24a558eb351 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_InvalidGeomUpload extends Syj_Exception_Request
index b76977028bff611f405d00071e88a010f7b92af9..4924fd89df08adc8d612c8d421ae7a8c14a73aad 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_NotFound extends Zend_Exception
index 0099ce73ef3cc483181370bd42f6d6156d1dda88..67f3c8539d7925a9f8c65f6268443792d261aa8f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_Request extends Zend_Exception
index 26eab3432f811f1d9f6008271679d9ef1b74f3c4..98b7dac56209841b8ab9cbf66c8af6f5e538f4d7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Exception_ToolargeGeomUpload extends Syj_Exception_InvalidGeomUpload
index c537f725a6f051af99d761a53ca8c8e3b08c8208..5afef42975662600cc033d7fa24f1eb2e6a7543c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Account extends Zend_Form
index aed73e32a63d0c05ccdb5b4fa93fd097b497e3c7..710aa230347fa7bb19a3f7939b5a3db01ff560c2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Contact extends Zend_Form
index 4515f016e10956722deb89114579a1eee7bd009d..64a08bf5126b866f19289e06dd2a6a28dd327b3c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Geom extends Zend_Form implements Syj_Processor_Interface
index ab3a5f6fadd318e7dbff80f7649ce2f3913648b6..a13692aa3136d9cae030758b8fc2b2fe252d59af 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Login extends Syj_Form_TableAbstract
index 3acb1cc88eea6c1dc9977a901ea36b88ffe6fbeb..da798822daac4426543e79a054ba07b7860594fe 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Newpwd extends Syj_Form_TableAbstract
index 0336a8ac63213ad9f744226bf14f729b603bcc87..7f2a6d3c7eead5a49d0f9a5e8b4806f0fa785887 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 abstract class Syj_Form_Pending extends Zend_Form
index 91b0a73ea4c087858672b0648ea3087ae323fa3a..a18c071b38db7684cc2e0a17c485de8adc82427c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Pending_ResetPassword extends Syj_Form_Pending
index 6746f6d9d01e5bc34366989fb58e31eabd1657a2..f8a20f5ff632407e0ed19972415b76b82b1b082b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Pending_ValidateCreation extends Syj_Form_Pending
index 3f51c1dabbeb389233d20ada82a081830e9b6836..a3b1e834c95a797cd045800f1b2ee2355d43b003 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 abstract class Syj_Form_TableAbstract extends Zend_Form
index 8fd24458a5e3cdaa242940740d32b404b9f9da58..79e06ff2db164362ec8c42b198483c5208696e2d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_User extends Syj_Form_TableAbstract
index d7ee7f811b5fc9070aca0591b01d70c76cac68f5..f81a5f79dc55a2cbcfcfc024308d114d088f5bde 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 require_once 'Zend/Form/Decorator/Description.php';
index cf86bc4c302fcb43589629742b4d338bffe0f724..6ae041037f0827d4c71c5354ee64d6ba8d1b0d2e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 interface Syj_Processor_Interface {
index 8801b8734a1c858906550929f07e03f1f5de94c2..f5d3e6ec380b9f37eb032d2005465d13f8ec14db 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 abstract class Syj_Model_Generic
index ea87f69e5fb043c5381e5361e357a6577df7e770..28e5c9021b2d614d4fc2dcd9ed187a7bd09590ee 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_Path extends Syj_Model_Generic
index 8db1e2724f4098377af2c6507e1316c3f41104b0..51c2d34ebe19c27288812aecb66f0c38e43d1a10 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_PathMapper
index fe4808fe48909d671446532824e67316e263181e..580a7f4b4d1dd8e5f5e5bb7a89ed22ac520f57d3 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 abstract class Syj_Model_Pending extends Syj_Model_Generic
index 655878eb47da70dcb87b3d3de335b16dd9f73b95..5fbc1224f9ecdb446b43896bc003c4b6237b25a0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_Pending_ResetPassword extends Syj_Model_Pending
index 9cefca1cf237ac2bbf740cea576607ba8e2fe5f9..559f8afff925b8e12ca36e25f61fe9293fc0c9bc 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_Pending_ValidateCreation extends Syj_Model_Pending
index 6b66f675a6941203d06252f32bca2846396d5f9d..2f97c0e9ad6c3bb90f31904b09e5b4352fbfb131 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_PendingMapper
index f541af3e7a8ef0dc464cf97cfe1f6a4d66000d02..cb84533ac791a242aeebf9f66ed2ef4070ae2989 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_User extends Syj_Model_Generic
index 3fc84aa237ee4a832855a807b8611350cd52a66e..1e3c4cbc30b2321a0d93fe73e2bb57aa4fac5cd1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Model_UserMapper
index b6b2ccbef275cabdd076ff30f6a547c7b37a6c11..520f58aca7ecb6dec38dafb83bfc07c2232a7195 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Validate_EmailAddress extends Zend_Validate_EmailAddress {
index e0b37a346750a5554d9649ebec17591c5a5c9ae9..61955928ecaba1b4c66e1232b2574f99b98b977a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_AddParamToUrl extends Zend_View_Helper_Abstract
index 6cc59bf0d4a391db43f8ff6dedee214d1b178f44..63cf9c45b8aecc5b6905ceaec309effb3e8f4f60 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_Anchor extends Zend_View_Helper_HtmlElement
index 0a2a4752a7ad0416ca5ece1aea1fc92ed8b99dc2..1e9365b6e3115346706fb0b4f2de865d2c9f3060 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_FooterLink extends Zend_View_Helper_Abstract
index 8bb94671822fa63716816078af39605ae85cd085..14c8d1405ab4153e92b97edfb24a622438d6a7de 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_HeadBase extends Zend_View_Helper_Placeholder_Container_Standalone
index e37310c0b58bffa911d5392e9fb9dc8fd2d2ceca..c103c03adba37390f1947a67c50e9e831af412ac 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_LocaleShort extends Zend_View_Helper_Abstract
index f5b9042f94ee43f7f780eb44c8c0e2896bd68cba..68ea4ff4a1e63fbce254f2409b4e5cf2a59c4007 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_LocaleSwitcher extends Zend_View_Helper_Abstract
index 307c55cd6baf2aaa5be806ed3aaf97107315d477..e69fc9749be2353853ac726db8deadf0171dd81c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_LogoutLink extends Zend_View_Helper_Abstract
index a90822ec4531b4a89cdad1cc255d2dd43374041b..1d95e9d7ef08f86070aa0421d6e33caee3039707 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_Returnto extends Zend_View_Helper_HtmlElement
index ae49370d594f1648d75f9c915a85e8b7548c4949..ce8de9926a78d326b965cbe84baef54c02daa1fd 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 require_once 'Zend/View/Helper/FormCheckbox.php';
index 8d267d54ba8480ddeff58ff52411e72bd5df6201..408bf8ee20674b39e4ac1d38bb69a9edeaafccfa 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_View_Helper_UriPath extends Zend_View_Helper_Abstract
index e36e873f93eed1db2c5905e6aed46719b9bcd304..9dc9104238e2c43341c61a0b974003ca8cd534f5 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e36e873f93eed1db2c5905e6aed46719b9bcd304
+Subproject commit 9dc9104238e2c43341c61a0b974003ca8cd534f5
index 2ca24393948934441cff535d7e40c505da0c7b66..f33350bf2ceedefa11f73c652e35db2100f2fda9 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 namespace phptojs;
index 61c091641cd8edd257db5add7a80afb14ca93854..2528253759e339f91450a300735bf7108626f2e0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 namespace pwdgen;
index c112fc8325846687246281839ac6a811ab7dea37..158d102e485b9c71667baa28ce2f210fdc587874 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 /*
index c1e8fa1dd1734315e922123d447e6728a1214bdd..4841bd55016a118405bf9023badfb85043ff7715 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body {
     margin: 0px;
index d9e27f746f75d938bbaacd228a3d64530937a770..c74ed1082a6b9213562b355e0e44992e33cc3ab9 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body {
     text-align: center;
index 56924d93bc78ed03c1cf31b9fba09d4899c5b58c..f16ffe18f408c835ba8b1c39a8f2fabcdbf10443 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body {
     text-align: justify;
index 0c0018412c0910c5477f6c95eade7b215f2ccbf0..9bc6e0f33c3f8d121ba86983d0465fe49b4a58fd 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 body, html {
index 7f23dfab3ed55c3f918e866543091b56066bb433..6940ef9c754807d4f986b98a5992a26050c57bb9 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 #loginform {
     width: 40em;
index 17a5578ec95bac8fe70aa3dcce9ad62a37f860da..46f37054023a93ed209e3eacddcba6f8b592f916 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 #newpwdform {
     width: 40em;
index 7b51ebca8de1d8aa59b53131255b042776e25d41..c1add00822f452d3be2f7c944276bbbee7274813 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body {
     margin: 0px;
index 07f50de9d5004a08de8ac91caed548a9b79cce75..ffa450ab4d2bf3968d8627f59d73bc8b4d3ea50b 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body, html {
     margin: 0; padding: 0;
index 053c2509a5c689ecc1ad1177ce8fd76c79934d31..82379e98cf5122f7c2407a674a773414de845909 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body, html {
     margin: 0; padding: 0;
index e1d3d9648d9bde82b6eef07f4328b267a72e71c9..330e1a771eb3c88b12103e477686c4fa9430254b 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 body {
     text-align: justify;
index f8b11d90f86fa185927c7998eb15f0de065c95b8..20b893cf713f2fa0ba832108280d79835de9c9ba 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 document.observe("dom:loaded", function() {
index 3afd99588bb268d69e686bcdac1192f3f18455ac..d3528dc5a9149b45e4bff0065c2230a495671a42 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 document.observe("dom:loaded", function() {
index 6a0588b86b893a58d806562a5d6a3867609b5413..25562ed14b3382a02c9a6653a62213acaa068dbe 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 document.observe("dom:loaded", function() {
index 388ee08c69495060573952dfcb337467a4889eb6..977e9959a7418aa7dc463543f654332d54b32b02 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 function insertErrorBefore(elt, messageError) {
     var message = new Element("div", {className: 'error'}).update(messageError);
index 7b2448cb09481b86a79f90f6120ae6178173baaf..03679be9c8cff627343ad91888940216d98dd109 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 // avoid openlayers alerts
index 1651b618241ad1ad3e531c5a2a063d7c9c78b279..447ea348c035cb888cf6dd40054bb3dc2dea637b 100644 (file)
@@ -1,4 +1,4 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 var CloseBtn = Class.create({