Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
684b4a036e736b16d21a1990b102aca30cad4cea
Switch branch/tag
drupal
22 Oct, 2012
40 commits
lets use annotated handlers in even more places
· 684b4a03
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
684b4a03
Remove @file from non-annotated plugins.
· aa5cc306
tim.plunkett
authored
Jul 28, 2012
aa5cc306
base handlers can be actually used
· 412286e8
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
412286e8
fix several different kind of unrelated things
· b158b24a
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
b158b24a
Remove migrated module plugins.
· 49b44b5f
tim.plunkett
authored
Jul 28, 2012
49b44b5f
Remove trailing commas from annotations.
· 15eaff39
tim.plunkett
authored
Jul 28, 2012
15eaff39
Fully remove handlers.
· b526df29
tim.plunkett
authored
Jul 28, 2012
b526df29
Make the wizard working again
· d1335cf6
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d1335cf6
Add abstract classes to all kind of plugins
· 65dc722d
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
65dc722d
annotationasation: Convert basically every core plugin.
· 9ac1406a
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
9ac1406a
Fixed Plugin namespace in StyleSummaryPluginBase
· 6c84c8d2
damiankloip
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
6c84c8d2
Copied all module handlers to new plugin folder structure
· bd65ce78
damiankloip
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
bd65ce78
Setup folder structure for module plugins
· d6f0adbb
damiankloip
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d6f0adbb
right handlers for sort
· 8702ff0d
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
8702ff0d
convert fields to annotation
· d116463b
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d116463b
convert more filters to annotations
· d21b6884
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d21b6884
Use annotation for relationships
· d8bfd3b9
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d8bfd3b9
convert filter plugins to annotations
· d00169d1
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
d00169d1
Convert broken handlers to PSR0
· e2daf79c
dawehner
authored
Jul 28, 2012
and
tim.plunkett
committed
Oct 21, 2012
e2daf79c
use annotations to instanciate sorthandlers
· 5128dcbb
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
5128dcbb
Experiment with module handler as PSR0
· a5ce14d9
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
a5ce14d9
move some classes in seperated files
· 9b956ea6
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
9b956ea6
some more tiny little fixes
· d37ab861
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
d37ab861
some more tiny little fixes
· 5c83cdfd
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
5c83cdfd
some missing classes
· e7d09285
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
e7d09285
convert another bazzilons of instances
· 506960b5
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
506960b5
Use the PSR0 handler classes in many modules
· cb3b6ee9
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
cb3b6ee9
use the right base class for all handlers
· 45768154
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
45768154
move the old handler code into the handler class
· 3ccb1139
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
3ccb1139
remove a bunch of notices
· 953de7e4
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
953de7e4
add the missing handler.php file
· dd7d246b
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
dd7d246b
use views_get_plugin instead of using the plugin manager manually
· 44c25bdf
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
44c25bdf
extend feed from page not from the default display
· 5cd37877
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
5cd37877
Introduce a handler base plugin
· cabe4b19
dawehner
authored
Jul 27, 2012
and
tim.plunkett
committed
Oct 21, 2012
cabe4b19
try to make basic plugins possible
· be8fab2f
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
be8fab2f
fix views_get_localization_plugin
· 2f42adf4
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
2f42adf4
Some work on style plugins
· 5a3629df
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
5a3629df
by damiankloip: Make some work to get display going on
· da4d9944
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
da4d9944
fix some merge conflicts
· 02ee6ae5
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
02ee6ae5
Add an argument validator/default plugin
· 1d248ad7
dawehner
authored
Jul 26, 2012
and
tim.plunkett
committed
Oct 21, 2012
1d248ad7