I am in the process of building a Rails app that will hook into a git repository and will execute some c开发者_运维百科ode whenever the repository is pushed to. I am trying to do this using git hooks,
my question is about Liferay hooks and portlets 6.0. I have hook with jsps overiding liferay portlet ones. e.g. document_library/view.jsp - tested - works fine. (I have custom-jsp-dir set etc )
Ho开发者_运维问答w can I write a post_commit (like) plugin that is executed only when a specific branch is commited?.
I\'m working on a custom arcade launcher in python on Windows.I want to choose system and game, then launch the emulator - and require a certain key combination to kill the emulator.All of my key hook
I want to install TMS (Task Management System) from SO (Social Office) to my Liferay so that I would not install the SO first. So, it would be used as a portlet or so and I don\'t have to take t开发者
I have a web server which is using mercurial as the repository.Every day, we have files being written by applicat开发者_如何学编程ions to our server and I want these to be reflected in the repository.
MongoDB performs really well compared to our hacking of MySQL in de-normalized way. After database migration, I realized that we might need some server-side procedures to invoke after/before database
I have recently converted from svn. My server is under Windows (don\'t blame me, it wasn\'t my choice :}
I have some templates where I need to customize the page title according to user selection. I have added a filter hook to \'wp_title\' tag following Codex docs but when the filter is applied I\'m rece
I am writing an aplication that need to get the system input language, while the applicationwindow is not focused.