.. |
Admin.php
|
8d9e67c9e3
Merge pull request #63 from marcusforsberg/cssjs_functions
|
hace 12 años |
BoardIndex.php
|
18831c20ca
! No need to pass $context to a hook :P
|
hace 12 años |
Calendar.php
|
18831c20ca
! No need to pass $context to a hook :P
|
hace 12 años |
Class-BrowserDetect.php
|
07dc489cca
! Update of browser ID reporting array per request
|
hace 12 años |
Class-CurlFetchWeb.php
|
c051e1d5c6
A very small addition for chaining methods, like: $curl->get_url_data('http://www.simplemachines.org')->result('body');
|
hace 12 años |
Class-Graphics.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Class-Package.php
|
9bc133e941
! Updates to better manage memory requests
|
hace 12 años |
DbExtra-mysql.php
|
d6c41a9f86
'Fine tuning' (well, removed a couple of speed optimizations because I realized the table messages doesn't maintain any kind of order) of the db export tool
|
hace 12 años |
DbExtra-postgresql.php
|
d6c41a9f86
'Fine tuning' (well, removed a couple of speed optimizations because I realized the table messages doesn't maintain any kind of order) of the db export tool
|
hace 12 años |
DbExtra-sqlite.php
|
d6c41a9f86
'Fine tuning' (well, removed a couple of speed optimizations because I realized the table messages doesn't maintain any kind of order) of the db export tool
|
hace 12 años |
DbPackages-mysql.php
|
2b1ab42df3
2nd attempt at beaking smf_db_add_column using a single function (shared with smf_db_create_table) to handle putting together the query for the column
|
hace 12 años |
DbPackages-postgresql.php
|
4ae4f96c0f
! Postgresql fails in create non-null db columns [Topic 470906] - Thanks Tyris for the report
|
hace 12 años |
DbPackages-sqlite.php
|
7ce72a18f5
! some more minor doc changes
|
hace 12 años |
DbSearch-mysql.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
DbSearch-postgresql.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
DbSearch-sqlite.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Display.php
|
433a039781
Merge pull request #69 from emanuele45/unapprove_button
|
hace 12 años |
DumpDatabase.php
|
7843b651ea
Fixed MySQL db export, aligned PostgreSQL and SQLite (even if that one is not necessary) db exports to MySQL
|
hace 12 años |
Errors.php
|
abcda28703
! Manage language generated an error if the SMF version is not available on the server
|
hace 12 años |
Groups.php
|
a36ef57476
! 4677: Text string "stars" and image name (star*.gif) needs change. So much ugliness to keep the code consistent with the name change ... stars is now icons, everywhere I hope.
|
hace 12 años |
Help.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
Karma.php
|
d1f543e957
plural on karma fatal error karma_wait_time [Bug 1853]
|
hace 12 años |
Load.php
|
be21090480
+ CSS/JS loading functions in the source
|
hace 12 años |
LogInOut.php
|
23cdbaf210
This should do the trick with tokens and logins: password hashed in javascript using toekn too
|
hace 12 años |
Logging.php
|
1d82831f07
- Duplicated code gone
|
hace 12 años |
ManageAttachments.php
|
57de7ca2c0
@todo is this really needed? => apparently no
|
hace 12 años |
ManageBans.php
|
03e8b62fd7
Another small fix for IPv6 things
|
hace 12 años |
ManageBoards.php
|
57de7ca2c0
@todo is this really needed? => apparently no
|
hace 12 años |
ManageCalendar.php
|
6f9a37051a
! Move calendar export function from permissions based to settings
|
hace 12 años |
ManageErrors.php
|
7ce72a18f5
! some more minor doc changes
|
hace 12 años |
ManageLanguages.php
|
92148f0a8f
Small fix after rebase
|
hace 12 años |
ManageMail.php
|
ac1a1c3737
! template and source updates to increase commonality of display across the various templates. This is like chasing cockroaches, there are always more. Many files
|
hace 12 años |
ManageMaintenance.php
|
d6c41a9f86
'Fine tuning' (well, removed a couple of speed optimizations because I realized the table messages doesn't maintain any kind of order) of the db export tool
|
hace 12 años |
ManageMembergroups.php
|
072c3bc6f9
Updates to stylized help pop ups
|
hace 12 años |
ManageMembers.php
|
5a59df038c
Few br class clear
|
hace 12 años |
ManageNews.php
|
57de7ca2c0
@todo is this really needed? => apparently no
|
hace 12 años |
ManagePaid.php
|
ac1a1c3737
! template and source updates to increase commonality of display across the various templates. This is like chasing cockroaches, there are always more. Many files
|
hace 12 años |
ManagePermissions.php
|
11f9b8df3b
When checks for a new permission are added all over the place...well, it would be nice to add it to ManagePermissions too. Added send_email_to_members... lol
|
hace 12 años |
ManagePosts.php
|
0da1b299fa
Added option to disable the print page - Suggested by Ben_S [Topic 479688]
|
hace 12 años |
ManageRegistration.php
|
886f427c4f
! Some more documentation changes
|
hace 12 años |
ManageScheduledTasks.php
|
ac1a1c3737
! template and source updates to increase commonality of display across the various templates. This is like chasing cockroaches, there are always more. Many files
|
hace 12 años |
ManageSearch.php
|
f29876b0ef
! update search template to use progress bar graphic in place of xx% done text
|
hace 12 años |
ManageSearchEngines.php
|
e924a905d6
! ohh...a lot of subtexts removed from divs and stored properly in $txt variables
|
hace 12 años |
ManageServer.php
|
ede5aa8b0d
Added a new load average check to the user statistics page - suggested by Ben_S [Topic 479688]
|
hace 12 años |
ManageSettings.php
|
5e349de793
Removed a couple of unsed things in the hooks report
|
hace 12 años |
ManageSmileys.php
|
777cecec77
Database errors are not nice, used a fatal_lang_error when a smiley set is not found
|
hace 12 años |
Memberlist.php
|
18831c20ca
! No need to pass $context to a hook :P
|
hace 12 años |
MessageIndex.php
|
3be461e99d
A typo and an extra_before link_tree left over
|
hace 12 años |
ModerationCenter.php
|
be21090480
+ CSS/JS loading functions in the source
|
hace 12 años |
Modlog.php
|
072c3bc6f9
Updates to stylized help pop ups
|
hace 12 años |
MoveTopic.php
|
8ade59da3f
Use logActions() to log multiple custom profile field changes in one go
|
hace 12 años |
News.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
Notify.php
|
906795f52e
! Cleanup, many files (sync of in / out changes)
|
hace 12 años |
PackageGet.php
|
b05f57c929
! Few changes proposed by Ant to the error message when trying to install themes from pacman
|
hace 12 años |
Packages.php
|
466b914473
Packages sorting!
|
hace 12 años |
PersonalMessage.php
|
501eceaa83
Merge branch 'master' of https://github.com/SimpleMachines/SMF2.1
|
hace 12 años |
Poll.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
Post.php
|
433a039781
Merge pull request #69 from emanuele45/unapprove_button
|
hace 12 años |
PostModeration.php
|
b7d5d26500
Logs should say 'unapprove' when posts and topics are unapproved! :P - Thanks Illori for the report
|
hace 12 años |
Printpage.php
|
0da1b299fa
Added option to disable the print page - Suggested by Ben_S [Topic 479688]
|
hace 12 años |
Profile-Actions.php
|
77ac6d0c35
Use logActions() to log deleted members in one go
|
hace 12 años |
Profile-Modify.php
|
10492d4d53
Merge pull request #94 from emanuele45/master
|
hace 12 años |
Profile-View.php
|
23bab1f307
Merge pull request #71 from emanuele45/profile_attachments_list
|
hace 12 años |
Profile.php
|
96940f02ac
Merge pull request #75 from emanuele45/required_fields
|
hace 12 años |
QueryString.php
|
1fd7b6abe4
update javaScriptEscape to escape only <script tags instead of script string (otherwise sub/superscript would be broken and that would be bad for editor localization) - Separated commit so it doesn't get lost in the middle of the other coming
|
hace 12 años |
Recent.php
|
18831c20ca
! No need to pass $context to a hook :P
|
hace 12 años |
Register.php
|
193560918d
! part of [bug 4873] If agreement.txt is missing, show an error. emanuele has the rest of the fix
|
hace 12 años |
Reminder.php
|
7cac96e441
! prevent slamming the password reminder function
|
hace 12 años |
RemoveTopic.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
RepairBoards.php
|
9bc133e941
! Updates to better manage memory requests
|
hace 12 años |
Reports.php
|
18831c20ca
! No need to pass $context to a hook :P
|
hace 12 años |
ScheduledTasks.php
|
0b1f8df7bc
! First commit of moved topic upgrades. Allows to set an expiration limit on the moved notice for auto removal, Adds ability to redirect by clicking on the moved topic notice from the topic list instead of navigating in to the moved topic message to select the link.
|
hace 12 años |
Search.php
|
fd85a6d76b
Fixed a couple of undefined variables errors in search
|
hace 12 años |
SearchAPI-Custom.php
|
f29876b0ef
! update search template to use progress bar graphic in place of xx% done text
|
hace 12 años |
SearchAPI-Fulltext.php
|
7bcec8a9a2
! missing var initialization for advanced search
|
hace 12 años |
SearchAPI-Standard.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Security.php
|
c61121a06b
Merge pull request #62 from live627/hooks
|
hace 12 años |
SendTopic.php
|
7cac96e441
! prevent slamming the password reminder function
|
hace 12 años |
Session.php
|
9b3431a24a
! General template cleanup, css, text, etc ... the mundane stuff that makes you crazy
|
hace 12 años |
SplitTopics.php
|
d62e27f020
+ Allow for Splitting posts off while the moderation is set to checkboxes [Bug 0922]
|
hace 12 años |
Stats.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
Subs-Admin.php
|
8cc0895176
Merge branch 'master' of https://github.com/Spuds/playpen
|
hace 12 años |
Subs-Auth.php
|
c61121a06b
Merge pull request #62 from live627/hooks
|
hace 12 años |
Subs-BoardIndex.php
|
c99b41d4b3
/me doesn't like $ txt['in']. Removed many, kept few. Part of [Bug 4822]
|
hace 12 años |
Subs-Boards.php
|
7051e1bba9
First shot: deny access to boards
|
hace 12 años |
Subs-Calendar.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
Subs-Categories.php
|
7ce72a18f5
! some more minor doc changes
|
hace 12 años |
Subs-Charset.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Subs-Compat.php
|
acd377cb4f
! Some minor doc changes since I was there
|
hace 12 años |
Subs-Db-mysql.php
|
c8c33ed891
! add additional check for lost db connection, and if lost die nicely
|
hace 12 años |
Subs-Db-postgresql.php
|
663e6db2b4
! A bunch more documentation changes
|
hace 12 años |
Subs-Db-sqlite.php
|
663e6db2b4
! A bunch more documentation changes
|
hace 12 años |
Subs-Editor.php
|
f5d62c26f3
Conflict error
|
hace 12 años |
Subs-Graphics.php
|
e45cea7838
! [ImageMagick] Added the resize... :P
|
hace 12 años |
Subs-List.php
|
23bab1f307
Merge pull request #71 from emanuele45/profile_attachments_list
|
hace 12 años |
Subs-Membergroups.php
|
a36ef57476
! 4677: Text string "stars" and image name (star*.gif) needs change. So much ugliness to keep the code consistent with the name change ... stars is now icons, everywhere I hope.
|
hace 12 años |
Subs-Members.php
|
8a2d637373
Merge pull request #57 from live627/profile_hooks
|
hace 12 años |
Subs-MembersOnline.php
|
886f427c4f
! Some more documentation changes
|
hace 12 años |
Subs-Menu.php
|
ae93e92587
! First level buttons are now clickable (Thanks onepiece for the code) + selected 3rd level menus have a class assigned [Bug 4770] + a bit of clean-up of template_generic_menu_dropdown_above + removed a double sub action in menu items of ?action=admin;area=theme
|
hace 12 años |
Subs-MessageIndex.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Subs-OpenID.php
|
bd7e615ca2
! Some minor updates for 5.1 support, sha1 support and only file_put_contents for smf cache
|
hace 12 años |
Subs-Package.php
|
d460b5a3f4
If pacman doesn't know the action is better to report a nice error rather than die with php error messages
|
hace 12 años |
Subs-Post.php
|
d6b8090f37
And here it is the spell check! It should work but I have no possibility to test it live
|
hace 12 años |
Subs-Recent.php
|
886f427c4f
! Some more documentation changes
|
hace 12 años |
Subs-Sound.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
Subs.php
|
8d9e67c9e3
Merge pull request #63 from marcusforsberg/cssjs_functions
|
hace 12 años |
Subscriptions-PayPal.php
|
09e65d3d9d
! fixed post case 1.1 leftover
|
hace 12 años |
Themes.php
|
486291cff8
Themes.php now uses the class xmlArray to read theme-info - Thanks to Arantor for the rant :P
|
hace 12 años |
Topic.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
hace 12 años |
ViewQuery.php
|
25b9438d46
! change ?fin20 to ?alp21, many files, question is which ones did I miss :P
|
hace 12 años |
Who.php
|
399afc6662
+ Copyright and credits animaDrag (Abel Mohler)
|
hace 12 años |
Xml.php
|
e4165924f0
+ Add a bunch of hooks that I want in 2.1
|
hace 12 años |
index.php
|
906795f52e
! Cleanup, many files (sync of in / out changes)
|
hace 12 años |