Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
4answers
1k views

Rails Admin vs. ActiveAdmin

I've been looking into some rails admin plugins and came across these two: https://github.com/gregbell/active_admin https://github.com/sferik/rails_admin Any suggestions as to which one to go with. ...
23
votes
5answers
893 views

Adding values to a magento dropdown or multi-select product attribute while adding a new product

I'm wondering if anyone has found or written an extension that would allow a magento website administrator the ability to add values to their products attribute while adding the product. For example, ...
16
votes
4answers
16k views

Backend Administration in rails

I'd like to build a real quick and dirty administrative backend for a rails app I have been attached to at the last minute. I've looked at activescaffold and streamlined and think they are both very ...
14
votes
4answers
7k views

Django Apache/mod_python Admin CSS not appearing with admin tables

I have Windows XP/Django/apache/mod_python working on localhost. All parts are working with the exception of the admin CSS not rendering. The admin works, but no html formatting. I've made ...
13
votes
7answers
8k views

Replace textarea with rich text editor in Django Admin?

I would like to know the best way to replace a standard textarea field with a rich text editor in Django Admin?
12
votes
3answers
541 views

Django admin filter using F() expressions

does someone know how to filter in admin based on comparison on model fields - F() expressions? Let's assume we have following model: class Transport(models.Model): start_area = ...
12
votes
6answers
22k views

SVN admin management GUI tool

What GUI Administration / Management tools are there for an SVN repository on Windows?
11
votes
1answer
487 views

How do I add a custom column with a hyperlink in the django admin interface?

I have a django admin interface and in the model listing I want a custom column that will be a hyperlink using one of the fields values. Basically one of the models' fields is a url and i'd like the ...
11
votes
2answers
6k views

How to undo another user’s checkout in TFS?

As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file checked into source control. How do you undo another user's checkout?
11
votes
7answers
11k views

Django: serving ADMIN media files

I've been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I failed. please kindly help me locating the problem, as I've tried to troubleshoot ...
9
votes
4answers
2k views

Batch script: how to check for admin rights

How do I check if the current batch script has admin rights? I know how to make it call itself with runas but not how to check for admin rights. The only solutions I've seen are crude hack jobs or ...
9
votes
5answers
4k views

How to set “Run this program as an administrator” programatically

I'm having a problem with good ol' bdeadmin.exe in Vista. First, let's get the predictable responses out of the way: "You should not require your application to be elevated." This one does. C'est la ...
9
votes
1answer
5k views

How to undo another user's checkout in TFS via the GUI?

As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file. This can be done via the command line using the TF.exe utility's Undo command ...
8
votes
1answer
889 views

How to force a WPF application to run in Administrator mode

I have an WPF application which access windows services, task schedulers on the local machine. When I deploy this WPF application and run it without "Run as Administrator" , it fails as it is not ...
8
votes
9answers
594 views

How do I run multiple websites on the same server with the same code base in PHP?

I have created a custom, specialized CMS with a number of clients on it, each with their own domain name, website, admin area and database, but all residing on the same server. Whenever I get a new ...
8
votes
2answers
200 views

The best way to separate admin functionality from a public site?

I'm working on a site that's grown both in terms of user-base and functionality to the point where it's becoming evident that some of the admin tasks should be separate from the public website. I was ...
7
votes
6answers
10k views

Java: run as administrator

Is there a way in Java to ask the system to get control over administrator functionality. Of course without doing: Right click on the exe -> run as admin. What I want is that there comes a frame from ...
7
votes
4answers
1k views

WMD in Django Admin?

I know how to use WMD and other such javascript editors in regular django forms using widget=. However, how do I use WMD for text fields in the Django admin? On top of that, how do I use it for the ...
6
votes
1answer
149 views

Drupal: How to implement a SECOND admin with fewer rights than the normal and own theme?

I'm currently trying to realize a second (lower) admin layer in drupal. I have made an extra section via the module of the same name for those users so they can have their own theme etc. I want to ...
5
votes
1answer
789 views

Rails Admin vs Active Admin : Rails Admin generation tools

I'm aware that there is already another question about this, but it was not so useful to me. I'm looking for an Admin generation tool for Rails and, apart from personal taste, I ca'nt decide whether ...
5
votes
2answers
81 views

Plone Folder Restrictions

In Plone, I created a new folder called "Admin" that appears at the top navigation bar. How do I restrict access to this folder so only site administrators will have access to this folder? (and, ...
5
votes
2answers
82 views

What are some Apps or add ons that get used to customize Django Admin

Im looking for a list or just suggestions on some Django Admin must haves or things that people tend to use. I'm particularly interested in adding a Wysiwyg or Markdown Editor to the the TextAreas in ...
5
votes
3answers
467 views

Django AdminSite/ModelAdmin for end users?

Not all software has the need for an admin interface for "content producers" on the left and a site for "visitors/members" on the right. It is often said that "the Admin is not your app" (See for ...
5
votes
1answer
424 views

Google App Engine: who is an admin?

In your app.yaml configuration file you can required login: admin. My question is now "what" or "who" is an admin? In the App Engine console in the Administration -> Permissions section they're ...
5
votes
1answer
955 views

Python and/or Perl VS bash

I normally code admin scripts in Python and I know of many that code them in Perl. I was about to invest some time on improving my skills on bash programming. But I wonder if people around think that ...
5
votes
4answers
371 views

Detect if Java application was run as an admin

I have a Java application. Is there anyway I can tell if the process was run with admin privileges? Thanks.
5
votes
1answer
2k views

How to check if currently in Wordpress Admin?

I am creating my first plugin and have a single function that controls the output. This function has different output based on whether or not it is being viewed from within the WordPress admin vs. the ...
5
votes
1answer
131 views

Different sessions for admin and applications in Django

I'd like to have different sessions for the Django admin interface and applications themselves to be able to login as admin to the admin interface and as a standard user to the application. Any ideas ...
5
votes
1answer
154 views

Authlogic admin subsite

Following this tutorial getting the following errors: NameError in Admin/dashboardsController#show uninitialized constant Admin::DashboardsController NameError in Admin sessionController#new ...
5
votes
5answers
2k views

Remove the “Add” functionality in Django admin

Is there a way to remove the "Add" functionality on the Django admin site? For certain entities, I only want the Django admin to be able to view them or change existing ones, but not add new ones.
5
votes
3answers
1k views

Make Django admin use translated field names

I'm doing a localization of a Django app. The front-end website works fine and the Django admin site picks up the selected language as well. But it only applies the language settings in some places ...
5
votes
5answers
1k views

A powerful management tool for MySQL with similar features to SQL Server Management studio

I am currently working with a developer who is experinced at MsSQL, but not much at MySQL. He has been cursing MySQL for having Bugs, and also being far harder to use. Is is becuase his experince has ...
5
votes
1answer
3k views

Why won't Django 1.0 admin application work?

I've just started playing with Django and am loosely following the tutorial with my own set of basic requirements. The models I've sketched out so far are a lot more comprehensive than the tutorial, ...
4
votes
1answer
1k views

ActiveAdmin with has_many problem; undefined method 'new_record?'

I'm trying to customise a ActiveAdmin form for a Recipe model that has a has_many relationship with Step. class Recipe < ActiveRecord::Base has_many :steps end class Step < ...
4
votes
2answers
583 views

Symfony Admin Generator Doctrine executeCreate

Thanks for any help with this, I'm very new to the Symfony framework so just trying to get my head around it. I want to be able to intercept a submitted form from the admin area and modify the data. ...
4
votes
1answer
663 views

django admin Add custom button + custom form

I want to add a custom button near 'Add model_name'. When i click on the newly created button i should like to show a custom form where I cans elect a model out of a select box. When i click on save I ...
4
votes
2answers
1k views

Visual studio 2010 Requires Run as Admin to build website

I am using Visual Studio 2010 ultimate and have a solution that contains a website project. Under XP Pro evrything built fine. I moved over to a new machine running Windows 7 Ultimate, and now when ...
4
votes
3answers
2k views

Simple Admin functionality in Rails 3

I want to add a admin functionality to my webapp with Rails version 3. I want something very simple, there will be only one admin, this funcionality doesn't need a username field, just a password ...
4
votes
5answers
1k views

CakePHP Best Practice: Admin with or without routing

I'm working on an overhaul of a CakePHP app I built under CakePHP 1.2. I've upgraded to 1.3 and am considering moving away from the admin routing paradigm for my application. I'm finding that some ...
4
votes
3answers
940 views

Building Admin Areas in Rails - General Questions

What is the typical format/structure for creating an administrative area in a Rails application? Specifically I am stumped in the vicinity of these topics: How do you deal with situations where a ...
4
votes
7answers
286 views

2 roles, admin and user. Is using anything other than basic http auth overkill?

I'm building my first website with rails,it consists of a blog, a few static pages and a photo gallery. The admin section has namespaced controllers. I also want to create a mailing list, collecting ...
4
votes
1answer
376 views

Admin interface in Rails

I have an admin controller located in controllers/admin/admin_controller.rb I also have a pages controller located in controllers/admin/pages_controller.rb pages_controller.rb inherits from ...
4
votes
1answer
1k views

Django - update a model won't delete the old FileField

I am implementing an application with django, which has a model with a FileField: class Slideshow(models.Model): name = models.CharField(max_length=30,unique=True) thumbnail = ...
4
votes
2answers
902 views

Elevating to admin rights in Mac application

I am making a simple application that lets you quickly enter a shell command to be run. It works perfectly, however there is the problem of sudo commands. Currently, it detects a sudo command, and ...
4
votes
2answers
2k views

Django: The best practice to implement CRUD outside the contrib.admin

I'm currently developing a Blog project using Post model, which will be used by multiple authors. I want to make an admin/control-panel interface where each author of the Post can view the Post list ...
3
votes
1answer
57 views

Matlab search path for all users on linux

How can I add a Matlab search path for all users on a Linux system? I am managing a Linux computer that is shared by several people. I want to place some Matlab *.m files at a path (for example, ...
3
votes
2answers
211 views

Generic CRUD admin for Flask, with WTForms?

are there any generic CRUD admin for Flask based on WTForms? Currently we are building a hybrid backend system where admin must CRUD lots of data from various source, MongoDB, Redis, ini file, ...
3
votes
1answer
79 views

How come cookie path doesn't take effect?

There are 2 projects under my Apache public_html root. One is "/project1" and the other is "/project2". Project 2 is just duplicate of project 1 but with some modification to fit a different goal. ...
3
votes
2answers
108 views

Get error and standard output from an elevated child process

I've created a process handler which starts two types of processes: One that is elevated with administrator username and password Another that runs normally without any username and password input. ...
3
votes
2answers
198 views

Using exclude with Django fieldsets

So I'm trying to write a dynamic form for models that allow users with different permissions to do different things. What I would like is for the below code to function properly, so that ...

1 2 3 4 5 16