[aur-dev] [PATCH] Added IDE related files to gitignore, added headlines

2012-09-16 Thread mario
From: "Mario (xenji) Mueller" 

Signed-off-by: Mario (xenji) Mueller 
---
 .gitignore | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 11e9b7e..155bf10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,29 @@
+# Common Files
 .htaccess
 robots.txt
 *.swp
+
+## Local Config
 web/lib/config.inc
 web/lib/config.inc.php
+
+## Mac Files
 *.DS_Store
+
+## Demo Data
 web/html/xml/*.xml
 dummy-data.sql*
+
+## Translations
 web/locale/*/
 po/*.mo
 po/*.po~
+
+# IDE Data Files
+## PHPStorm
+.idea/
+*.iml
+
+## Eclipse
+.settings/
+.project
\ No newline at end of file
-- 
1.7.12



[aur-dev] [PATCH] Added IDE related files to gitignore, added headlines

2012-09-16 Thread mario
* Added phpstorm and eclipse-pdt related files to gitignore
* Added headlines for each line I could identify


[aur-dev] [PATCH] Make account registration work with recent account editing changes

2012-09-16 Thread canyonknight
The account editing form requires two different form action URLs
due to the fact that the same template is shared for both account
registration and account editing.

Signed-off-by: canyonknight 
---

This patch assumes all previous patches. This should complete those changes
and all account related URLs should be a lot saner now.

 web/template/account_edit_form.php | 4 
 1 file changed, 4 insertions(+)

diff --git a/web/template/account_edit_form.php 
b/web/template/account_edit_form.php
index 9b5b1d8..b1cb749 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -1,4 +1,8 @@
+
 
+
+
+



-- 
1.7.12