Skip to content

Commit

Permalink
after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgzhg committed Feb 8, 2013
2 parents e79a499 + e88003b commit f2b9b92
Show file tree
Hide file tree
Showing 47 changed files with 72 additions and 1,844 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
local.php
*.local.php

#################
## Eclipse
#################
Expand Down Expand Up @@ -173,4 +170,4 @@ nbproject
.idea
.project
.settings
composer.lock
composer.lock
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: php
php:
- "5.5"
- "5.4"
- "5.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Alternatively, you can install using native git submodules:
Virtual Host
------------
Afterwards, set up a virtual host to point to the public/ directory of the
project and you should be ready to go!
project and you should be ready to go!
2 changes: 1 addition & 1 deletion config/autoload/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#uncomment these for public use:
local.php
*.local.php
*.local.php
2 changes: 1 addition & 1 deletion config/autoload/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
),

// ...

);

11 changes: 0 additions & 11 deletions index.php

This file was deleted.

2 changes: 1 addition & 1 deletion layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ body {

.inside {
padding: 5px;
}
}
1 change: 1 addition & 0 deletions module/Album/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ public function getServiceConfig()
);
}
}

5 changes: 1 addition & 4 deletions module/Album/src/Album/Controller/AlbumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function addAction()
}
return array('form' => $form);
}


public function editAction()
{
Expand Down Expand Up @@ -109,6 +108,4 @@ public function getAlbumTable()
}
return $this->albumTable;
}
}


}
3 changes: 1 addition & 2 deletions module/Album/src/Album/Model/Album.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@ public function getInputFilter()
return $this->inputFilter;
}
}



2 changes: 1 addition & 1 deletion module/Album/view/album/album/add.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo $this->formHidden($form->get('id'));
echo $this->formRow($form->get('title'));
echo $this->formRow($form->get('artist'));
echo $this->formSubmit($form->get('submit'));
echo $this->form()->closeTag();
echo $this->form()->closeTag();
2 changes: 1 addition & 1 deletion module/Album/view/album/album/delete.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ $url = $this->url('album', array(
<input type="submit" name="del" value="Yes" />
<input type="submit" name="del" value="No" />
</div>
</form>
</form>
2 changes: 1 addition & 1 deletion module/Album/view/album/album/edit.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ echo $this->formHidden($form->get('id'));
echo $this->formRow($form->get('title'));
echo $this->formRow($form->get('artist'));
echo $this->formSubmit($form->get('submit'));
echo $this->form()->closeTag();
echo $this->form()->closeTag();
3 changes: 2 additions & 1 deletion module/Album/view/album/album/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ $this->headTitle($title);
array('action'=>'delete', 'id' => $album->id));?>">Delete</a>
</td>
</tr>
<?php end
<?php endforeach; ?>
</table>
1 change: 0 additions & 1 deletion module/Application/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
'options' => array(
'route' => '/',
'defaults' => array(

'controller' => 'Album\Controller\Album',
'controller' => 'Application\Controller\Index',
'action' => 'index',
Expand Down
Binary file added module/Application/language/ar_SY.mo
Binary file not shown.
184 changes: 0 additions & 184 deletions module/Application/language/ar_SY.po

This file was deleted.

Binary file added module/Application/language/cs_CZ.mo
Binary file not shown.
Loading

0 comments on commit f2b9b92

Please sign in to comment.