index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
cron
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
[feature/system-cron] remove more includes, adjust path
Igor Wiedler
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] remove conditional includes in favour of autoloading
Igor Wiedler
2011-02-12
11
-56
/
+0
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] remove cron_ prefix from files
Igor Wiedler
2011-02-12
5
-0
/
+0
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] rename tasks to task
Igor Wiedler
2011-02-12
8
-0
/
+0
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Removed generate_generic_task_code function
Oleg Pudeyev
2011-02-12
1
-6
/
+0
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Added missing visibility keywords.
Oleg Pudeyev
2011-02-12
2
-7
/
+7
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Replaced intval with (int) cast as requested.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Use intval() to convert to int.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Fixed instantiate_task to work correctly.
Oleg Pudeyev
2011-02-12
1
-1
/
+11
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Use complete cron task class name as cron task name
Oleg Pudeyev
2011-02-12
1
-3
/
+2
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Require cron task wrapper constructor to be a cron task.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Added missing include to prune all forums task.
Oleg Pudeyev
2011-02-12
1
-1
/
+7
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Note that releasing a released cron lock is harmless.
Oleg Pudeyev
2011-02-12
1
-0
/
+5
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Use interface_exists to check for interface existence.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Comment about shutdown function safety in queue cron task.
Oleg Pudeyev
2011-02-12
1
-0
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Changed !! to (bool) as requested.
Oleg Pudeyev
2011-02-12
2
-2
/
+2
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Changed stray include_once to include.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Fixes to make cron actually run.
Oleg Pudeyev
2011-02-12
4
-11
/
+10
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Changed include_once to *_exists/include.
Oleg Pudeyev
2011-02-12
11
-16
/
+70
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Added includes for class dependencies.
Oleg Pudeyev
2011-02-12
10
-0
/
+20
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Added missing implements declaration to cron task base.
Oleg Pudeyev
2011-02-12
1
-1
/
+1
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Wrap cron tasks in cron manager.
Oleg Pudeyev
2011-02-12
1
-1
/
+2
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Reorganized cron task parametrization.
Oleg Pudeyev
2011-02-12
3
-24
/
+93
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] Refactored cron task naming, loading and running.
Oleg Pudeyev
2011-02-12
14
-163
/
+950
|
|
|
|
PHPBB3-9596
*
[feature/system-cron] WIP on making cron tasks runnable via system cron
Oleg Pudeyev
2011-02-12
1
-0
/
+163
PHPBB3-9596
[prev]