jgen
b3f9925839
PHPDoc all the things!
2014-04-28 18:22:57 -04:00
jgen
9f838c0c11
Clean all the things.
2014-04-28 03:32:43 -04:00
jgen
022c162f40
More linting and fixing of comments and PHP Doc, types, etc.
2014-04-28 01:26:22 -04:00
jgen
1ca3865a1c
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
2014-04-25 22:54:51 -04:00
jgen
478eb3a4cc
Linting: Check for null return value, and throw an exception if null.
2014-04-25 15:39:00 -04:00
jgen
7ef68b15f9
Fix indentation.
2014-04-25 15:38:15 -04:00
jgen
daee99c1bc
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 22:28:53 -04:00
Daku
25c286b71f
add support for using : as a metatag seperator + updated docs
2014-01-02 14:00:24 +00:00
Shish
bf8b085de6
fix being logged in after changing password
2013-09-12 16:29:20 +01:00
Shish
4584bf603a
finally got that zero...
2013-09-09 13:46:47 +01:00
Shish
1b73dd4ddc
add 'hellbanned' user class, with support from the comments extension
2013-09-09 13:41:08 +01:00
Shish
44e9714d88
logging for delete user
2013-04-28 07:48:42 +01:00
Shish
3175e605da
Merge branch 'master' of https://github.com/shish/shimmie2
2013-03-07 03:25:23 +00:00
Shish
d5bc06835d
reserve block slot #0 for site announcements
2013-03-03 18:27:06 +00:00
Drudex Software
c90689a63e
Update ext/user/main.php
...
- Added board config option for user login forwarding
- Set user_loginshowprofile default to 0
- now only applies when user is on a page containing post/ in its url (to avoid weird messages)
2013-02-15 02:22:09 +01:00
Drudex Software
55b0919465
Update ext/user/main.php
...
Also don't return to same page if page is "user_admin/login".
Otherwise it can occur if user first failed to log in with the correct credentials
2013-02-14 23:54:23 +01:00
Drudex Software
62ad4c0ecb
Update ext/user/main.php
...
Site owners can now choose in board config what page users will go to when logging in:
- Previous page (default)
- My Profile (old default)
2013-02-14 22:34:43 +01:00
Shish
06832bae48
Actually, that causes warnings in other versions; use the static version
2013-01-24 10:52:35 +00:00
Stijn Raeymaekers
160bdb3553
Replaced invalid operator
...
Caused all images and some other pages to get the following error:
syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
2013-01-24 11:08:34 +01:00
Shish
6a5b92502b
Log user creation with created user
2012-12-30 16:04:05 +00:00
Shish
5a3b4dae49
normalise usernames
2012-12-10 21:28:41 +00:00
Shish
f8cc785560
flashes for user changes
2012-06-10 18:13:22 +01:00
Shish
2542051bc4
show user classes
2012-06-09 15:25:07 +01:00
Shish
14770e4733
show stats *after* gathering them
2012-04-01 20:47:59 +01:00
Shish
eb05458c9f
change user class / delete user separate from admin
2012-03-31 19:25:27 +01:00
Shish
75abdc7c04
store enabled exts in a config file, rather than moving directories around
2012-03-31 19:07:05 +01:00
Shish
1d648d0d32
remove redundant code
2012-03-31 15:54:29 +01:00
Shish
5a2a2fa7e4
more removal of distinct classes
2012-03-31 15:43:25 +01:00
Shish
567755a185
Merge branch 'master' of github.com:shish/shimmie2
2012-03-31 12:38:44 +01:00
Shish
11372366ad
gravatar note
2012-03-31 12:38:39 +01:00
Shish
b628bcfa86
user deletion event, with vote deletion
2012-03-25 02:41:33 +01:00
Shish
3acf53a32a
default style:width:100% overrides width:100%. Use a local style
2012-03-14 20:28:15 +00:00
Shish
8b78fce982
more forminess
2012-03-13 15:23:56 +00:00
Shish
f67b049176
allow logout from link
2012-03-12 18:04:06 +00:00
Shish
2ed73f9a68
user signup form
2012-03-12 18:03:46 +00:00
Shish
34d42d27f4
delete with images / with comments, and check auth token
2012-03-12 17:44:07 +00:00
Shish
0e262f5500
change_X -> edit_X for consistency
2012-03-12 17:29:03 +00:00
Shish
5803920bcc
more forms
2012-03-11 15:53:19 +00:00
Shish
b7006e90db
Merge branch 'master' of github.com:shish/shimmie2
2012-03-11 15:50:04 +00:00
Shish
4c0b2dcb39
Merge branch 'master' of github.com:shish/shimmie2
2012-03-11 15:49:52 +00:00
Shish
c78ad128bf
forms
2012-03-11 15:49:40 +00:00
Shish
071b783f56
forms
2012-03-11 15:49:25 +00:00
Shish
a20245ff70
Merge branch 'master' of github.com:shish/shimmie2
2012-03-10 01:07:02 +00:00
Shish
d7d2bf7418
user test updates
2012-03-09 18:15:03 +00:00
Shish
c7e2ef74f8
if username or password are blank, exit early (saves logging the failed attempt)
2012-03-08 04:35:52 +00:00
Shish
569e93cd6b
postgres requires a sequence name to be passed to get_last_insert_id
2012-03-08 02:55:04 +00:00
Shish
8448a4cee1
don't overwrite global $user...
2012-03-05 09:55:11 +00:00
Shish
169ae5f590
installer fails
2012-02-22 13:58:55 +00:00
Shish
eccea620ba
only admins can change user classes, and they should be protected from moderators
2012-02-22 12:32:54 +00:00
Shish
4d2a066717
user classes in the installer
2012-02-21 18:37:36 +00:00