Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								d24ec09b93 
								
							 
						 
						
							
							
								
								use constant for editableby value which makes things more readable  
							
							
							
						 
						
							2004-01-02 10:43:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								67f80fbb1a 
								
							 
						 
						
							
							
								
								added method createCheckBoxParam() that returns a special parameter object for rendering checkboxes (which is different from the one created by createInputParam())  
							
							
							
						 
						
							2004-01-02 10:43:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c662fc11a6 
								
							 
						 
						
							
							
								
								moved css classes needed for diff from site/style.skin into this one  
							
							
							
						 
						
							2004-01-02 10:40:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								4d0622fc8c 
								
							 
						 
						
							
							
								
								use constants for editableby values which makes things more readable  
							
							
							
						 
						
							2004-01-02 10:40:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								675a866a1b 
								
							 
						 
						
							
							
								
								fixed a bug in checkEdit(): poll never had a property "editableby"  
							
							
							
						 
						
							2004-01-02 10:38:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								d7479868fa 
								
							 
						 
						
							
							
								
								moved css classes needed for diff to skinmgr/page.skin  
							
							
							
						 
						
							2004-01-02 10:37:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								0e469c4803 
								
							 
						 
						
							
							
								
								modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(),  checkboxes now preserve their status even if the user is redirected back to the form  
							
							
							
						 
						
							2004-01-02 10:36:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								fe58292892 
								
							 
						 
						
							
							
								
								modified status message  
							
							
							
						 
						
							2003-12-30 13:08:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								782293a0ca 
								
							 
						 
						
							
							
								
								removed insert statements of standard images (the metadata of those images is now handled by global DefaultImages object)  
							
							
							
						 
						
							2003-12-30 13:08:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								cb6c220bca 
								
							 
						 
						
							
							
								
								use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated)  
							
							
							
						 
						
							2003-12-30 13:05:12 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								42a108aed5 
								
							 
						 
						
							
							
								
								modified since FileLib methods are now methods of File prototype (FileLib object is deprecated)  
							
							
							
						 
						
							2003-12-30 13:04:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								3373b54992 
								
							 
						 
						
							
							
								
								updated to latest version  
							
							
							
						 
						
							2003-12-17 22:06:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								74520e5738 
								
							 
						 
						
							
							
								
								changed since the signatures of some AntvilleLib methods have changed:  
							
							... 
							
							
							
							- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag). 
							
						 
						
							2003-12-17 22:05:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c0a039570e 
								
							 
						 
						
							
							
								
								changed since the signatures of some AntvilleLib methods have changed:  
							
							... 
							
							
							
							- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag). 
							
						 
						
							2003-12-17 22:05:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								8eaaab2ec9 
								
							 
						 
						
							
							
								
								changed since the signatures of some AntvilleLib methods have changed:  
							
							... 
							
							
							
							- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag). 
							
						 
						
							2003-12-17 22:04:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								52de311062 
								
							 
						 
						
							
							
								
								changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).  
							
							
							
						 
						
							2003-12-17 22:04:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								4be289a252 
								
							 
						 
						
							
							
								
								changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string).  
							
							
							
						 
						
							2003-12-17 22:03:23 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								53dc081d50 
								
							 
						 
						
							
							
								
								modified getSkinDescription() to use global getLanguages()  
							
							
							
						 
						
							2003-12-12 12:44:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								3d10204c05 
								
							 
						 
						
							
							
								
								- added method getLanguages() that returns the languages to use for retrieving a message as array  
							
							... 
							
							
							
							- modified getMessage() to use getLanguage() 
							
						 
						
							2003-12-12 12:44:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								73c4eb8a68 
								
							 
						 
						
							
							
								
								modified onRequest(): apply HopObject.onRequest() before anything else (since context, skinpath etc. are set in this method)  
							
							
							
						 
						
							2003-12-11 20:09:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hannes Wallnöfer 
								
							 
						 
						
							
							
							
							
								
							
							
								b79f82764f 
								
							 
						 
						
							
							
								
								Return root.href() instead of  http://www.antville.org  in getUrl()  
							
							... 
							
							
							
							if root.sys_url isn't set. 
							
						 
						
							2003-12-11 14:20:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								6ce82fdcab 
								
							 
						 
						
							
							
								
								bugfix: call color macros of layout, not of site  
							
							
							
						 
						
							2003-12-10 11:52:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								6e0a9014ce 
								
							 
						 
						
							
							
								
								stylesheet.css was renamed to main.css  
							
							
							
						 
						
							2003-12-10 11:37:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								eeafdaeaf2 
								
							 
						 
						
							
							
								
								- stylesheet.css was renamed to main.css, javascript.js to main.js  
							
							... 
							
							
							
							- switched from using url_macro to href_macro for consistency reasons 
							
						 
						
							2003-12-10 11:36:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c09b31716c 
								
							 
						 
						
							
							
								
								stylesheet.css was renamed to main.css, javascript.js to main.js  
							
							
							
						 
						
							2003-12-10 11:36:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								4d3f8f10da 
								
							 
						 
						
							
							
								
								removed old url_macro() which was still there  
							
							
							
						 
						
							2003-12-10 11:35:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								4ddc9cde1e 
								
							 
						 
						
							
							
								
								stylesheet.css was renamed to main.css, also use context.href instead of site.url (since there might be no site in path)  
							
							
							
						 
						
							2003-12-10 11:34:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								3aa260a39a 
								
							 
						 
						
							
							
								
								- renamed stylesheet_css_action() to main_css_action()  
							
							... 
							
							
							
							- renamed javascript_js_action() to main_js_action() 
							
						 
						
							2003-12-10 11:32:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								90efa2aa09 
								
							 
						 
						
							
							
								
								DEFAULTIMAGES was renamed to DefaultImages  
							
							
							
						 
						
							2003-12-10 11:00:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c5e072b55b 
								
							 
						 
						
							
							
								
								renamed DEFAULTIMAGES to DefaultImages  
							
							
							
						 
						
							2003-12-10 10:59:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c090327dc2 
								
							 
						 
						
							
							
								
								bugfix: exchanged the hardcoded "hansi" with <% membership.username %> (it was late yesterday ;-)  
							
							
							
						 
						
							2003-12-10 10:39:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								5ceac801ad 
								
							 
						 
						
							
							
								
								initial check-in: skins used by mailto action  
							
							
							
						 
						
							2003-12-09 20:00:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								7ab5a282d0 
								
							 
						 
						
							
							
								
								mailbody was renamed to mailstatuschange  
							
							
							
						 
						
							2003-12-09 19:59:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								8f3d28e682 
								
							 
						 
						
							
							
								
								pwdmail skin was renamed to mailpassword  
							
							
							
						 
						
							2003-12-09 19:58:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								41a4542e1b 
								
							 
						 
						
							
							
								
								added link to mailto action  
							
							
							
						 
						
							2003-12-09 19:58:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								6879bc4f69 
								
							 
						 
						
							
							
								
								several mail skins were renamed, added description for new skin membership.mailmessage  
							
							
							
						 
						
							2003-12-09 19:58:07 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								03a241ee0e 
								
							 
						 
						
							
							
								
								skin membermgr/pwdmail was renamed to mailpassword  
							
							
							
						 
						
							2003-12-09 19:57:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								e3dcfb46d9 
								
							 
						 
						
							
							
								
								modified skinset site.mails since the names of the skins have changed  
							
							
							
						 
						
							2003-12-09 19:56:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c7a39689ba 
								
							 
						 
						
							
							
								
								added mailto_action (contributed by kris)  
							
							
							
						 
						
							2003-12-09 19:56:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								2bfd8c51ff 
								
							 
						 
						
							
							
								
								skin mailbody was renamed to mailregconfirm  
							
							
							
						 
						
							2003-12-09 19:55:41 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								7f7ac464d6 
								
							 
						 
						
							
							
								
								added renaming of db stored mail skins  
							
							
							
						 
						
							2003-12-09 19:55:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								2189f20744 
								
							 
						 
						
							
							
								
								the former mailbody.skin  
							
							
							
						 
						
							2003-12-09 19:54:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								d084223695 
								
							 
						 
						
							
							
								
								renamed to mailstatuschange.skin  
							
							
							
						 
						
							2003-12-09 19:54:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								a1a20f8b5b 
								
							 
						 
						
							
							
								
								the former pwdmail.skin  
							
							
							
						 
						
							2003-12-09 19:54:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								a168dc4d27 
								
							 
						 
						
							
							
								
								renamed to mailpassword.skin  
							
							
							
						 
						
							2003-12-09 19:53:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								24d48fc0df 
								
							 
						 
						
							
							
								
								renamed to mailregconfirm.skin  
							
							
							
						 
						
							2003-12-09 19:52:10 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								666a8734ac 
								
							 
						 
						
							
							
								
								initial check-in  
							
							
							
						 
						
							2003-12-08 22:59:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								efc302e658 
								
							 
						 
						
							
							
								
								removed  
							
							
							
						 
						
							2003-12-08 22:57:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								8da39d7053 
								
							 
						 
						
							
							
								
								renamed to mgrlistitem.skin  
							
							
							
						 
						
							2003-12-08 22:55:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Gaggl 
								
							 
						 
						
							
							
							
							
								
							
							
								c493a9c8e1 
								
							 
						 
						
							
							
								
								added hint for layouts in welcome text  
							
							
							
						 
						
							2003-12-08 22:55:05 +00:00