index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
controllers
/
user_profile.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-16
Restrict viewing user profile pages to registered users only, but
Bharat Mediratta
2010-08-15
We use UTF-8 everywhere. Fixes ticket #1285.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-06
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-19
Refactor away the "display_all" construct in User_Profile_Controller.
Bharat Mediratta
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2010-01-28
Do all the html::clean|purify calls in the views and not the controller. Also...
Tim Almdal
2010-01-25
Remove the return url and change the return button on the user profile page t...
Tim Almdal
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-24
add CSRF protection to the user profile send method.
Tim Almdal
2010-01-24
Refactor creating the user profile page content into the the event module. T...
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal