Commit Graph

124 Commits

Author SHA1 Message Date
Marc Alexander
a5102ee393 [ticket/134] Replace old _approved and _replies columns with replacements
Due to softdelete in 3.1, these columns were replaced by newer ones.

B3P-134
2013-08-23 14:23:49 -05:00
Marc Alexander
fe1888e6c0 [feature/acp] Convert ACP module to new extension system
B3P-131
2013-03-22 13:45:56 +01:00
Marc Alexander
76bd3af823 [fixup/theme] Fix theme paths and other related paths in module files
Due to the new extension system some paths to files are no longer correct
and need to be fixed. Additionally, an event listener that allows the
loading of portal.css has been added.

B3P-118
2013-02-27 18:18:14 +01:00
Marc Alexander
cf79e948c3 Merge branch 'develop-2.1.x' of github.com:board3/Board3-Portal into feature/controller
Conflicts:
	root/portal/modules/portal_user_menu.php
2013-02-25 11:47:49 +01:00
Marc Alexander
b755201897 [feature/controller] Fix missing issues that prevented portal from working
The portal still requires the fix to PHPBB3-11323 in order to work.

B3P-114
2013-02-25 11:41:57 +01:00
Marc Alexander
1b85010f43 Merge remote-tracking branch 'origin' into develop-2.1.x
Conflicts:
	root/portal/includes/functions_upload.php
2013-01-09 17:02:41 +01:00
Marc Alexander
f948811044 [cleanup/tabs] Remove unnecessary tabbing in portal files 2013-01-04 16:51:43 +01:00
Marc Alexander
95a7130591 Merge pull request #108 from board3/master
Update develop-2.1.x
2012-12-24 05:27:06 -08:00
Marc Alexander
d5b91d4c01 [ticket/216] Add function for obtaining user's groups
B3P-216
2012-12-07 00:59:57 +01:00
Marc Alexander
6422c7925b Use flag SKIP_DOTS for RecursiveDirectoryIterator
We should use the flag FilesystemIterator::SKIP_DOTS for the
RecursiveDirectoryIterator in functions_upload.php. This is supported
starting with PHP 5.3. As PHP 5.3.2 is a requirement for phpBB 3.1
this will not break anything.

Fixed #100
2012-10-26 13:04:12 +02:00
Marc Alexander
326d9013b2 Add missing language variable "NO_FILE_B3P" 2012-10-13 21:50:30 +02:00
Marc Alexander
c4026c9066 Save module settings even if module image can't be found 2012-08-11 17:28:41 +02:00
Marc Alexander
2b100c2792 Remove unnecessary variables from format_birthday() & clean-up 2012-08-09 15:02:39 +02:00
Marc Alexander
a72b7b788f Remove converter for Board3 Portal 1.0.6
Fixed #85
2012-06-27 17:10:06 +02:00
Marc Alexander
e5206ff46d Fix PHP notice when unable to rename
Also change chmod() to phpbb_chmod()
2012-06-06 15:00:19 +02:00
Marc Alexander
0d6b235b87 Fix error if server-side topic marking is disabled 2012-05-24 20:30:23 +02:00
Marc Alexander
2c0838b2c3 Fixed exceeding of max execution time when using trim message tool 2012-04-03 11:03:07 +02:00
Marc Alexander
4917e8ca3c Make sure we don't try to copy folders 2012-02-26 13:19:14 +01:00
Marc Alexander
9fa1778225 Fixed missing module_status in board3_basic_install() 2012-01-04 16:23:34 +01:00
Marc Alexander
92e1a4ca8c Reverted changes to trim_message tool
htmlspecialchars_decode() gets applied in function get_sub_taged_string() now
2012-01-02 12:42:12 +01:00
Marc Alexander
96391cf873 Moved trim_message tool to includes folder
Suggested by nickvergessen
Added htmlspecialchars_decode for $message
2012-01-01 13:46:04 +01:00
Marc Alexander
4cb5081b53 Unread topics do not get displayed 2011-08-05 22:15:15 +02:00
Marc Alexander
1f60e3daad Do not install random members block by default 2011-05-16 23:40:24 +02:00
Marc Alexander
e52d009593 Updated files for first Beta release
Fixed a few small bugs
2011-05-13 00:01:23 +02:00
Marc Alexander
f6db836926 Merged nickvergessen's phpbb3-tools-trim-message replacing old
get_sub_taged_string function
2011-05-11 14:26:27 +02:00
Marc Alexander
9bb57606b3 Added "open links in new window" to main menu and links module
Added cache destroy when for portal_modules when installing portal
2011-05-11 14:09:33 +02:00
Marc Alexander
8946ead961 Removed useless unlink()
Added missing delete for old data when converting & missing vars
Added missing language variables to English language files
2011-05-10 22:15:47 +02:00
Marc Alexander
8c0f6c1bfc A few small fixes to upload funtion
Added link arrows to subsilver2 (by Archivar)
2011-05-05 18:16:46 +02:00
Marc Alexander
5efe1d6b7c Replace chmod with phpbb_chmod in uploader where needed
Fixed missing update of subsilver2 stylechanger_side.html
2011-04-25 00:48:13 +02:00
Marc Alexander
7b8d5f0cb6 Added adm folder to allowed upload folders 2011-04-24 21:49:07 +02:00
Marc Alexander
a0395966c8 Continued reworking the upload module
this time I actually uploaded the correct files
2011-04-17 01:43:08 +02:00
Marc Alexander
0efc2493f1 Replace upload files with the actual files 2011-04-10 00:43:42 +02:00
Marc Alexander
7f16a3f2ac Rewrote basic uploader for module zips 2011-04-09 22:31:11 +02:00
Marc Alexander
b17a77d152 Remove php closing tag 2011-04-07 13:14:48 +02:00
Marc Alexander
391bbdee5c Moved constants into module files 2011-04-05 09:45:44 +02:00
Marc Alexander
bbc9bb3043 Corrected language var for module image as suggested by archivar
Changed trigger_error() error_type to E_USER_WARNING
2011-04-03 19:20:41 +02:00
Marc Alexander
9db0baf400 Add feature to disable modules without having to remove them 2011-03-11 14:00:32 +01:00
Marc Alexander
1b162bd376 Replaced strripos with strrpos for now 2011-03-07 17:29:15 +01:00
Marc Alexander
703a8e4c64 A little bit of clean up
Fixed a few small XHTML validation errors
Fixed incorrect language string
Fixed empty latest bots block if no bot has visited the site
2011-03-06 16:48:07 +01:00
Marc Alexander
2dd590da7b Added script for converting Board3 Portal 1.0.6
Fixed a few small issues when installing Board3 Portal 2.0.0 on a vanilla board
2011-03-04 17:10:19 +01:00
Marc Alexander
802afeb525 Modified file headers for git
Corrected wrong file headers
Adjusted version info in install.xml
2011-03-03 21:47:14 +01:00
Marc Alexander
057821cba1 Added caching for portal_config and portal_modules 2011-02-01 19:28:04 +00:00
Marc Alexander
f4a363e3d0 Added feature to change size of block icon in ACP 2011-01-12 18:00:37 +00:00
Marc Alexander
434f09b426 Fixed missing config_name exceptions in portal/includes/functions.php 2011-01-12 11:33:31 +00:00
Marc Alexander
60d0cc2cc9 Moved check_clock_src to portal/includes/functions.php and renamed it to check_file_src;
Edited includes/acp/acp_portal.php to we can use functions outside of the module class upon submitting; 
Added possibility to move blocks i.e. from left to right column
2011-01-11 13:42:59 +00:00
Marc Alexander
33084038f9 Updated UMIL to version 1.0.4;
Updated UMIF for UMIL 1.0.4;
2010-12-21 14:03:38 +00:00
Marc Alexander
e34d83b6ae Uninstall now removes all config values added to phpbb_config table 2010-11-27 00:31:06 +00:00
Marc Alexander
670bd11fa6 Moved installation to UMIL install file 2010-11-17 19:44:54 +00:00
Marc Alexander
ed8f256ffb Fixed incorrect config names in phpbb_fetch_posts 2010-11-17 18:42:30 +00:00
Marc Alexander
d31d611844 Added the basic way of installing the modules after portal has been installed for the first time 2010-11-16 15:31:03 +00:00